Hi,
I've seen some other articles that using stmp server on my application code for sending e-mails on Azure VM will work. But as I see SendGrid on Azure App Services I was wondering how can I configure my Azure VM in such a way that Whenever it receives any outbound e-mail query it will directly use SendGrid SMTP. SO that I don't have to configure SMTP auth for each application on my VM as I am having a ton of application using PHP default mail function.
Any help would be appreciated.