Send an email with Azure Communication Services

preview_player
Показать описание
#Azure #AzureCommunicationServices

Azure Communication Services are cloud-based services with REST APIs and client library SDKs available to help you integrate communication into your applications. Azure Communication Services supports various communication formats: voice and video calling, rich text chat, and SMS.

In this video, Microsoft Cloud Advocate Dan Wahlin shares how you can send an email with Azure Communication Services.

🔗 LINKS 🔗

Рекомендации по теме
Комментарии
Автор

Great introduction. Question: Why do you have the DoNotReply address configured in the Email Service in the Azure Portal but have to add it to the C# code (line 31 in the code shown @ the 9:50 mark)? Is there a way to reference the Email Service rather than have it hard coded?

sailingjudo
Автор

Can you do a tutorial on how to send email with the REST API? the authentication method and subsequent submission has been quite difficult

makkiel
Автор

unfortunatelly, I have an azure DNS where I've setup the TXT record and the verification fails. I don't know what to do, this service is not working for custom domains.

axelaceax
Автор

How i can get the smtp full paramètres to make SMTP on my Mailing Mass Sender ! Please can you help me ?

mrhamazi
Автор

Good luck with throttling 429 error. I am 5 days already with Azure support and it seems they have no clue how to adjust sending limit.

donalexey
Автор

Can we create a mailbox to receive emails from external customers in Azure Com services ? Or can user reply to the email address from which emails are sent ?

itconsultant
Автор

Is this strictly 1 directional from application to user? I am just trying to set up a contact form so that a user provides their email and message which is sent via email to the client.

JacobJuarez-icgv
Автор

Does not working, I have done everything the way it showed but sadly it's not configured.

dihosain
Автор

can you do a topic on Deprecation of "Basic Authentication in Exchange Online" and how to reconfigure your mail as Azure

collyndokoech
Автор

Can we create a dynamic email templates using API in Azure communication services ?

itconsultant
Автор

Getting input type error saying not encoded to base64.

dillikumarreddy
Автор

Thanks for the video. I was not able to find the API Throttling and Timeouts documentation on the site though. (Apart from the one that's for a sandbox account). How can I know about that. ? Thank you.

jeffrinu
Автор

Shame the demo was unintelligible in places as he swallowed a lot of his words - bit irritating when watching technical videos as all information is important.

ernie_hudds
Автор

Isn't DKIM a TXT record? Why is it a CNAME record?

rustedfruit
Автор

There's nothing about where the email SDK comes from.

WhitbyStuff
Автор

The speaking its ready bad in DEMO part..

georgiangelov
Автор

2:40 - but let's not bother to mention just how incredibly limited connecting custom domains is! You can only connect 1 at a time. So to connect multiple, you have massive administrative overhead laid out for you by the creators (clearly some kind of thwarting tactic to keep people away)

JeremyTBradshaw
Автор

I tried the tutorial and I keep getting the error "Repeatability first sent header was not in 5 minutes window.\r\nStatus: 412". I don't see this error anyware. Anyone knows what is happening?

arturfernandes
Автор

I'm using an Azure Function to send email. I've run this locally and within the Azure Portal. But I keep getting the following error.

Email sender's username is invalid. Please use a username from the list of valid usernames configured by your admin. Status: 400 (Bad Request) ErrorCode: InvalidSenderUserName Content: {"error":{"code":"InvalidSenderUserName", "message":"Email sender's username is invalid. Please use a username from the list of valid usernames configured by your admin.", "target":null, "details":null, "innererror":null}} Headers: mise-correlation-id: REDACTED Repeatability-Result: REDACTED x-ms-request-id: x-ms-error-code: REDACTED api-supported-versions: REDACTED X-Cache: REDACTED X-Azure-Ref: REDACTED Date: Wed, 30 Nov 2022 17:32:10 GMT Content-Length: 218 Content-Type: application/json; charset=utf-8

johnbarnes