Password Reset Email Issue
-
I am using your plugin to send email through Mailgun. I have successfully been sending email but today had a member of the website try to reset their password and the email they received came to them unformatted (no paragraph breaks) and the password link is not showing.
I looked at the Raw Source of that email message and was able to see that the content of the email was all there, including the link but it did not show when looking at it normally. So then I compared the raw Source of that email to one generated when I had the plugin run the email through the default PHP emailer, (which results in a properly formatted reset email with a link), and what stood out to me was that in the email that did not work, it had:
Content-Type: text/html; charset=”ascii”
and in the email that did work:
Content-Type: text/plain; charset=UTF-8
Can you give me some insight as to how this might happen and what I might do to fix it?
Thanks,
David
The page I need help with: [log in to see the link]
- The topic ‘Password Reset Email Issue’ is closed to new replies.