Hi,
I have this link in my html email:
<a href="mailto:enews+unsubscribe@domain.org.au">enews+unsubscribe@domain.org.au</a>
But it gets delivered in the source of the email as:
<a href="mailto:enews%20unsubscribe@domain.org.au" style="text-decoration:underline;">enews+unsubscribe@domain.org.au</a>
And the link doesn't work.
Thanks
Joe
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mimemail-1597896-1.patch | 417 bytes | sgabe |
Comments
Comment #0.0
joewickert commentedPut html samples in code tags
Comment #1
sgabe commentedThe plus symbol is not striped but encoded as a space. The following patch fixes the issue in both branches.
Comment #2.0
(not verified) commentedChanged actual domain name to domain.org.au
Comment #3
skobe commentedHi,
I'm using MIME Mail Version 7.x-1.0-beta1 and am getting spaces instead of plus symbols. They're not even % symbols but real spaces. Could it be that the Bug reappeared?
Comment #4
skobe commentedComment #5
sgabe commentedNo, this issue is still fixed, see _mimemail_url():
It should be something else with the same symptom. Please open a new issue and provide steps to reproduce.
Comment #6
skobe commentedYes, I found that line too. But still the problem exists. I figured maybe there is another line of code somewhere which affects the URLs.
But ok, it seems to be an issue of some other module.. I'll keep on searching. thanks for your reply!