Lost password emails not sending
-
I have an odd situation that all my password reset emails were failing but other emails were going fine. Using SES, I got the following on the front end: “Error: The email could not be sent. Your site may not be correctly configured to send emails. Get support for resetting your password.
And on the back end in FluentSMTP: “code”: 403,
“message”: “SimpleEmailService::sendRawEmail(): Sender – InvalidClientTokenId: The security token included in the request is invalid.\nRequest Id: df2706f6-1967-42b2-8f8c-b42e0716b933\n”Other circumstances include a BuddyBoss styled login page and switching to a custom login url using PerfMatters.
I solved the problem by reverting my custom login url to the standard wp-login.php. But I’m surprised this happened. Is there anything in FluentSMTP that could be checking for?
- The topic ‘Lost password emails not sending’ is closed to new replies.