Hello, seems, that this is added by your smtp provider.
Which one do you use? Maybe Sendgrid?
Also: is click tracking turned on your your SMTP provide’s panel?
What’s the advantage of sending via a SMTP provider?
Is it that my server does not land on a black list as SPAM mail server, when sending several thousand emails per day?
Append tracking pixel into email body ? Is 'On" which should be okay, in order to track opening of mail.
I just checked another old campaign, which worked perfectly with Mautic 4. And now there is also added this strange code.
Hello Joey,
When I click on the button in the email sent by mautic, it shows the link with the added ct=Something which results in a 404 error. If I’m removing the ct=“String” from the end of the link, the wanted page is shown.
Yes, the SMTP is needed to have a pre-warmed IP, so you don’t worry about reputation. You can also use your own SMTP via Postfix, that is also perfect. The more emails you send the harder it is to keep a good reputation.
I’m not sure why that CT= is there I’m almost sure it’s coming from your code somehow. This is not something Mautic adds. Where do you read your emails? maybe that software is adding it?
For example - did you turn on any Click Tracking and maybe Open tracking at your SMTP?
At the moment I’m not sending many mails. I have to inform myself on this as well, because I thought that when I have my own mail server I can send as much as I want, without any problems. You mean that the receiver servers put my mail server onto a blacklist? This is the matter of reputation and why using SendGrid?
Now, the link on the confirmation button in my Mautic email ist “https://website1.com/thank-you”.
This is also shown correctly in the preview of while editing the email with Mautic.
When the email arrives in my inbox the link is transformed to "https://url_of_mautic_installation.com/thank-you?ct=YTo1OntzOjY6InNvdXJjZSI7YTo3D%3D […]
This is definitely not transformed by my Postfix installation.
Another thing I just found out. When I’m sending the email via the “send example” function in Mautic, the email comes with the correct link and domain in my inbox.
Only when sending is triggerd by the campaign, the link is transformed to the mautic domain and the ?ct= stuff.