The module perfectly works on my local computer. However, the same application and credentials throw a 500 Internal Server Error on AWS. Here are the details error message:
{
"status": false,
"message": "Exception raised (535, 'Incorrect authentication data'), check your credentials or email service configuration"
}
The module perfectly works on my local computer. However, the same application and credentials throw a 500 Internal Server Error on AWS. Here are the details error message:
Did anyone else experience a similar problem?