We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a new user is created in the process of making a donation, the new username/password email is broken formatting.
It should send an html email
The html is broken. I think this is related to it sending it in plaintext, but email clients are still trying to parse the html.
instead of using wp_mail, use the Give_Emails class?
we've had multiple reports of this from users, and I was able to replicate it with mailcatcher on local.
The text was updated successfully, but these errors were encountered:
Related: would be nice to send them to a page other than wp-login if possible. Or make that entire message filterable. (user request)
Sorry, something went wrong.
another request for this today (filterable)
ravinderk
No branches or pull requests
Issue Overview
If a new user is created in the process of making a donation, the new username/password email is broken formatting.
Expected Behavior
It should send an html email
Current Behavior
The html is broken. I think this is related to it sending it in plaintext, but email clients are still trying to parse the html.
Possible Solution
instead of using wp_mail, use the Give_Emails class?
Steps to Reproduce (for bugs)
we've had multiple reports of this from users, and I was able to replicate it with mailcatcher on local.
Todos
The text was updated successfully, but these errors were encountered: