Hello,
I have setup mautic, to send email. I am having issue with mautic not respecting site_url for redirect urls.
in my local.php i have
site_url=“http://email.mysite.com”
actual hostname of the box is http://internal.site.ct locally
When emails are send, the tracking urls are build using hostname not the sitename, hostname is not publicly accessible
Am I missing something? I am running v1.2.4
did anyone had similar issue?
Hello,
I have setup mautic, to send email. I am having issue with mautic not respecting site_url for redirect urls.
in my local.php i have
site_url=“http://email.mysite.com”
actual hostname of the box is http://internal.site.ct locally
When emails are send, the tracking urls are build using hostname not the sitename, hostname is not publicly accessible
Am I missing something? I am running v1.2.4
So I narrow down the issue to form creation/update
If I use http://internal.site.ct to create or update form, all emails send using this form will have http://internal.site.ct in tracking, if I use different hostname mapped to it , it will use other one. Is there way to use just site_url instead of hostname of form creator?