How to Send Email from Azure

Adam Bertram
Microsoft Azure
Published in
15 min readJan 13, 2021

--

Originally published at https://adamtheautomator.com by June Castillote onJanuary 13, 2021.

Microsoft Azure does not have an email delivery service. Whether you are testing applications or developing scripts in Azure to send emails, know that there is no native email service available to you.

Outbound SMTP connection via port 25 is completely blocked in Azure, too. If you are an enterprise client, you may request to unblock port 25 for your Azure tenant. Otherwise, how else can you send emails from Azure?

There are typically two ways to let outbound emails through Azure; using an SMTP smart host and requests. Most email delivery services offer both SMTP and API methods of sending emails. In this article, you’ll learn how to send emails from Azure to the rest of the world.

Prerequisites

This article is a How-To, and if you plan to follow the examples as they progress, there are some requirements you must meet.

--

--

Adam Bertram
Microsoft Azure

A 20-year veteran of IT, crypto geek, content creator, consultant and overall problem solver.