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
We need to make sure that we know when emails are sent out from the platform and what they contain.
A first report (via @clintyoung) of a possible issue is a reset password email being sent to a user when their name was changed.
To troubleshoot this, we can probably hook into wp_mail() for a bit and write to a log and then quickly narrow down possible issues.
wp_mail()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to make sure that we know when emails are sent out from the platform and what they contain.
A first report (via @clintyoung) of a possible issue is a reset password email being sent to a user when their name was changed.
To troubleshoot this, we can probably hook into
wp_mail()
for a bit and write to a log and then quickly narrow down possible issues.The text was updated successfully, but these errors were encountered: