1 回答
- 最新
- 投票最多
- 评论最多
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
已回答 1 年前
相关内容
- AWS 官方已更新 3 个月前
- AWS 官方已更新 8 个月前
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