-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activation Link broken in half #3288
Comments
To be clear this is just a visual annoyance, right? The link still works despite wrapping to multiple lines? |
The link appears on 2 lines, but the first line is linked, but the second line is just plain text. So when the user clicks the link, it only has half of the activation code in it. I don't know if this is just because in the email it isn't added as an actual HTML / Markdown object, and that the mail client is adding the link itself - But only to half of it. |
Thanks. Shouldn’t be a problem as of the next release. |
@brandonkelly Thanks for the fix! |
Description
When a user activation email is sent, the URL in the email is broken on to two lines in some email clients (Mainly @live.com accounts).
I fixed this by putting the link behind something like
please click <a href="">this link</a> to activate your account
This meant the auto linking of the raw URL in the email wasn't broken in half.
I'm unsure if this is happening on all emails sent from Craft.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: