I am completely new in AWS and I want to know about port 25 to send SMTP mail. My organisation is using one SMTP relay server which is having only one port 25, no any other port is available. I have an application (written in flask) which i will deploy on AWS and will use it to send SMTP mail using my organisation's server to outlook. Now, i want to know whether port 25 is blocked or not and can it be used in this scenario or not.
Thanks in advance.