Send an email with Azure Communication Services

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

Комментарии • 29

  • @kenny9239
    @kenny9239 11 месяцев назад +1

    Great demo, Thanks!

  • @makkiel
    @makkiel 2 года назад +8

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

    • @meredithlitz7792
      @meredithlitz7792 Год назад

      I second this! @makkiel did you ever work through the REST API authentication?

  • @mrhamazi13
    @mrhamazi13 9 месяцев назад +1

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

  • @sailingjudo
    @sailingjudo 6 месяцев назад

    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?

  • @collyndokoech9325
    @collyndokoech9325 2 года назад +2

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

  • @donalexey
    @donalexey 2 года назад +2

    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.

  • @Purebreathing
    @Purebreathing 2 года назад +1

    Can we use this for bulk email send

  • @itconsultant6501
    @itconsultant6501 Год назад +1

    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 ?

  • @JacobJuarez-ic4gv
    @JacobJuarez-ic4gv 7 месяцев назад

    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.

  • @axelaceax
    @axelaceax Год назад +1

    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.

  • @dihosain
    @dihosain 5 месяцев назад

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

  • @ernie_hudds
    @ernie_hudds 2 года назад +5

    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.

  • @jeffrin4u
    @jeffrin4u 2 года назад +1

    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.

    • @donalexey
      @donalexey 2 года назад

      It seems like sandbox limits are gone too as of now. I have found new limits in another parts of docs. 25/hour per account

  • @itconsultant6501
    @itconsultant6501 Год назад +1

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

    • @lakshya789
      @lakshya789 Год назад

      Did you create dynamic template for email?

  • @georgiangelov6193
    @georgiangelov6193 7 месяцев назад +2

    The speaking its ready bad in DEMO part..

  • @dillikumarreddy1579
    @dillikumarreddy1579 2 года назад

    Getting input type error saying not encoded to base64.

  • @JeremyTBradshaw
    @JeremyTBradshaw 7 месяцев назад

    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)

  • @WhitbyStuff
    @WhitbyStuff 2 года назад +1

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

  • @schusterhilaria7329
    @schusterhilaria7329 2 года назад

    Why can’t someone send HTML message?

  • @rustedfruit9870
    @rustedfruit9870 2 года назад

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

    • @snaxx4877
      @snaxx4877 Год назад

      it can be either a txt or a cname. You would use a cname record in your own dns to redirect to a txt record that is housed in Microsoft's DNS. This is how their office365 dkim works as well.

  • @davidkinsler3906
    @davidkinsler3906 Месяц назад

    cant understand the 2nd guy.

  • @arturfernandes9195
    @arturfernandes9195 2 года назад

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

  • @johnbarnes8343
    @johnbarnes8343 2 года назад

    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: 53f68e00-d74b-4e68-acb7-3e9be12ca671 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

    • @hailei
      @hailei 2 года назад

      Did you fix it? I am trying to use function to send email as well.