Sending emails from ADF

Catameo, Fred (Taguig City 1634) 236 Reputation points
2021-02-26T08:38:20.437+00:00

Hello, other than thru using SendGrid SMTP relay or an Office 365 Outlook connector to send emails from Azure Data Factory via Logic App, are there any other recommended way of sending emails with file attachment from ADF?

We also need to send from noreply@ourdomain.com. We will try to authenticate our domain with SendGrid, to be able to send from noreply, since it cannot be verified as a valid single sender email from address?

We also tried running a simple send-mailmessage powershell script (that used to work when run by Informatica from an on-prem file server) on an Azure Automation Account Runbook but unable to resolve the SMTP mail servers (on-prem I believe). Would you recommend these options for connectivity to the SMTP server from Azure?

https://stackoverflow.com/questions/43650744/sending-email-from-azure-using-on-prem-smtp-server

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,263 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,538 questions
{count} votes

Accepted answer
  1. Catameo, Fred (Taguig City 1634) 236 Reputation points
    2021-03-01T02:01:39.44+00:00

    Thank you MartinJaffer-MSFT for the reply and suggestion.

    Our team has opted to use an Azure web app service with VNET integration to access our on-prem SMTP servers to save on cost from using SendGrid.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful