InvalidClientTokenId

0

I have been granted a production access and the email sending is working just fine in development but in production I am getting InvalidClientTokenId

Am also using Django, if you have ever encountered this please help. Am using it to verify emails.

asked a year ago254 views
1 Answer
0

I have found the solution, after being granted public access, request for smtp credentials and use normal smtp django settings. Here is the link where everyone experiencing the same problem specifically for django can follow https://copyprogramming.com/howto/email-setup-for-django-in-aws-using-ses https://stackoverflow.com/questions/8580754/amazon-ses-smtp-with-django Following the above steps worked just fine for me. Hope it helps others regards

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions