Skip to content

Commit df42755

Browse files
Merge pull request #287757 from davegoddard/patch-1
Changing authenticated relay recommendation to 1P service ACS
2 parents d0cd901 + b0db82d commit df42755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/troubleshoot-outbound-smtp-connectivity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Outbound email messages that are sent directly to external domains (such as outl
1919
2020
## Recommended method of sending email
2121

22-
We recommend you use authenticated SMTP relay services to send email from Azure VMs or from Azure App Service. (These relay services typically connect through TCP port 587, but they support other ports.) These services are used to maintain IP and domain reputation to minimize the possibility that external domains reject your messages or put them to the SPAM folder. [SendGrid](https://sendgrid.com/partners/azure/) is one such SMTP relay service, but there are others. You might also have an authenticated SMTP relay service on your on-premises servers.
22+
We recommend you use authenticated SMTP relay services to send email from Azure VMs or from Azure App Service. Connections to authenticated SMTP relay services are typically on TCP port 587 which is not blocked. These services are used in part to maintain IP reputation which is critical for delivery reliability. [Azure Communication Services](/azure/communication-services/overview) offers an [authenticated SMTP relay service](/azure/communication-services/quickstarts/email/send-email-smtp/smtp-authentication). Ensure that the [default rate limits](/azure/communication-services/concepts/service-limits#rate-limits) are appropriate for your application and open a support case to raise them if needed.
2323

24-
Using these email delivery services isn't restricted in Azure, regardless of the subscription type.
24+
Using these email delivery services on authenticated SMTP port 587 isn't restricted in Azure, regardless of the subscription type.
2525

2626
## Enterprise and MCA-E
2727

0 commit comments

Comments
 (0)