Azure SaaS with SendGrid setup

marcelw-ch marcelw-ch_hotmail.com 61 Reputation points
2024-06-21T15:31:59.5466667+00:00

Hello, I can not setup a Azure SaaS twilio SendGrid account, (twilio is running but SendGrid not, but no clue why not).

I'm looking for an alternative solution to twilio SendGrid! Is there any other solution available ? I heard once Microsoft is offering a own solution like SendGrid, is this true and available?

many thanks, marcel

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,901 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Aki Nishikawa 1,300 Reputation points Microsoft Employee
    2024-06-24T00:55:17.1866667+00:00

    @marcelw-ch marcelw-ch_hotmail.com ,

    If you are looking for managed services to send mails, how about using Azure Communication Services?

    https://video2.skills-academy.com/en-us/azure/communication-services/overview

    I'm not sure where your service(s) are used and what regulations are mandated, but Azure Communication Services might be one of the options.

    0 comments No comments

  2. marcelw-ch marcelw-ch_hotmail.com 61 Reputation points
    2024-06-24T08:04:57.9833333+00:00

    Hi Aki Nishikawa

    Many thanks for your feedback, and you are right I should have wright down what I use it for to make it understandable, sorry.

    I need it for Blazor Server Apps, 1st to verify the users SQL Login by a automated email, e.g. (https://video2.skills-academy.com/de-de/aspnet/core/security/authentication/accconfirm?view=aspnetcore-8.0&tabs=visual-studio)

    2end for Apps internal automated email notice.

    For this purpuses will I be using the right Tool that you recomend, even if I'm not a Code Guru/Prof?

    thanks, marcel


  3. marcelw-ch marcelw-ch_hotmail.com 61 Reputation points
    2024-06-28T09:21:05.02+00:00

    Thanks for your Info. But sadly I cannot integrate it into a Blazor App with the default setup in the Account Pages, e.g. Register.razor, RegisterConfirmation.razor and Program.cs

    my goal/target is to generate a email for the User LogIn to confirm the Email account in the SQL table.

    I tried to find a Blazor Sample in GitHub but no success,, can you help?

    many thanks, marcel