Dear Azure Support/Community,
I am hosting a WordPress website on Azure, and after migrating my site to Azure, I have encountered an issue with sending emails using the PHP mail() function. The issue I think is due to Azure's default restriction on outbound traffic through port 25.
I use the native PHP mail() function for transactional emails without any third-party SMTP services or plugins. The emails are critical to the functionality of the application, and I am unable to send them due to this restriction.
Here are some more details
Use Case: Sending legitimate transactional emails.
Subscription Type: Free Trial
PHP Configuration: The mail() function is correctly configured and uses sendmail.
Alternative Ports: the existing setup relies on port 25 for direct mail transfer.
Reason for Request: Unblocking port 25 is essential for my WordPress application to send transactional emails without relying on third-party email services.
Since I am on Free trial I can create any support request to open port 25. Is there any alternate way to open the port.