Track clicks intercept link on plain_body, but not in html_body #1437
Replies: 5 comments
-
Also not send |
Beta Was this translation helpful? Give feedback.
-
My first guess would be related to how the string or file is encoded (i.e. UTF8 or otherwise), I haven't had a chance to diagnose a similar problem we're seeing yet. |
Beta Was this translation helpful? Give feedback.
-
Hi @willpower232 I provided sample script which use windows PowerShell to send sample email, need only change host and key and from & to. There no files or attachments, all data provided by POST body & headers. This: |
Beta Was this translation helpful? Give feedback.
-
I have the same/similiar issue, using the PHP library. Links and tracking is not added but the tracking domain is working. Edit: When I created a new mailserver it did work with the link tracking. Did I miss a setting? |
Beta Was this translation helpful? Give feedback.
-
@arnebr that what you mentioned about company level & server level is default way to handle it. It done to easier manage many domains setup over simple cnames, this fine:
Issue that future is broken 😩 particularly. |
Beta Was this translation helpful? Give feedback.
-
Here is example of powershell test script which send email:
Result:
As you can see
<a href="https://example.com/">Example</a><br>
wasn't been changed to<a href="http://click.example.com/some/id">Example</a><br>
Beta Was this translation helpful? Give feedback.
All reactions