0

flask app is sending confirmation mail perfectly and it is working fine when I run the app on "localhost" and the confirmation URL also working, but after I deployed the app on amazon ec2 instance it not sending the confirmation mail.

umesh
  • 59
  • 1
  • 4
  • What do you mean by not sending confirmation mail. Any error? Paste it in question? you need to include the code which sends email and configuration of flask mail. Read [how to ask](https://stackoverflow.com/help/how-to-ask) article – charchit Jul 22 '21 at 09:03

1 Answers1

0

Check if the mail port is open from the security groups.