Skip to content
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

Closed
bymayo opened this issue Sep 11, 2018 · 4 comments
Closed

Activation Link broken in half #3288

bymayo opened this issue Sep 11, 2018 · 4 comments

Comments

@bymayo
Copy link

bymayo commented Sep 11, 2018

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

  • Craft version:
  • PHP version:
  • Database driver & version:
  • Plugins & versions:
@brandonkelly
Copy link
Member

To be clear this is just a visual annoyance, right? The link still works despite wrapping to multiple lines?

@bymayo
Copy link
Author

bymayo commented Sep 11, 2018

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.

@brandonkelly
Copy link
Member

Thanks. Shouldn’t be a problem as of the next release.

@bymayo
Copy link
Author

bymayo commented Sep 11, 2018

@brandonkelly Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants