3 Respuestas
- Más nuevo
- Más votos
- Más comentarios
0
Hello.
Are there any error messages output when you run the application code?
Also, will the application work if I run it in the Mumbai region?
Aren't there other high bounce rates?
Amazon SES may stop if these numbers are high.
https://repost.aws/knowledge-center/ses-resolve-account-review-pause
0
Also, will the application work if I run it in the Mumbai region? - How would I test this ?
Amazon SES may stop if these numbers are high. - How would I know if the bounce rates are high ?
respondido hace un año
0
The bounce rate etc is fine - its healthy with no email being sent in the last many days
it is sending email using
from django.core.mail import EmailMessage which I think is an SMTP protocol
respondido hace un año
Contenido relevante
- preguntada hace 21 días
- preguntada hace 4 meses
- preguntada hace 21 días
- preguntada hace 17 días

Please temporarily create EC2 etc. in the Mumbai region and try running the application. Where is the application code running? Also, is your application code using AWS SDK? Or sending email using an SMTP endpoint? https://docs.aws.amazon.com/ses/latest/dg/send-an-email-using-sdk-programmatically.html https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html
You can check the bounce rate etc. by accessing the SES console in the Mumbai region from the URL below and scrolling to the bottom of the screen. https://ap-south-1.console.aws.amazon.com/ses/home?region=ap-south-1#/account
So, when you send an email, are there any error messages output to the application log? Also, are the SMTP credentials correct? https://docs.aws.amazon.com/ses/latest/dg/smtp-credentials.html