WPManageNinja/fluent-smtp

FAILED contact forms!

Opened this issue · 3 comments

I just found out that potential customers have been filling out my forms, but I am NOT getting them. The service used to work fine, but I have no idea when it stopped, but can see that all of my logs are showing failed emails for at least a month. This is how I get new clients. This makes me look unresponsive to new customers. How do I fix this?

Server Response

{
"code": 422,
"message": "Unauthorized",
"errors": [
"Unauthorized"
]
}

Token Validity Invalid. Please re-authenticate.

How am I supposed to know that the token became invalid if I'm not able to get emails? I have turned off my contact form and just have my email listed until this gets fixed. Looking at re-authenticating it seems to be a rather involved process. How often do I have to do this? How can I get notifications that it needs to be done if when it needs to be done the email won't make it to me?

Hello?