June 25, 2019 at 5:34 pm
Is there a way to receive email from Azure, I would like to catch and receive failed error via powershell runbook. for example process SSAS model.
June 25, 2019 at 5:47 pm
Email is email. You need a client that can read from an address. I would never have SQL Server receive the email because rogue emails to this address could open you up to issues. Instead, have a client looking for an email that can write a value in a table or run some process.
June 25, 2019 at 6:01 pm
Thans Steve for quick response, I agree with your suggestion. I also want find out if there is a concept in Azure like SMTP mail? I can't find any article online.
June 25, 2019 at 6:18 pm
AFAIK, Azure doens't provide anything like SES from AWS. In fact, the few references I've seen note that SMTP is blocked for Azure IPs. You'd need a relay. Most people suggest SendGrid from the store.
If you have an email server in house, I'd just get an SMTP control of some sort and send mail that way
June 25, 2019 at 6:22 pm
Thanks Steve
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply