Is it possible to configure an Azure AD B2C Tenant to send initial sign-up emails directly from Azure with microsoftonline.com (NOT SendGrid) like it already sends "forgot your password verification code" emails?

LACROIX Sébastien (Akanea corp) 0 Reputation points
2024-03-20T14:24:46.7266667+00:00

We are currently using a Azure AD B2C Tenant configured so send an initial sign-up email via an external SendGrid email service as documented in a popular tutorial. But this leads to two problems :

  1. We have to configure the external SendGrid service with a sender address of our own domain that can easily become black listed. Our IT just do not like it.
  2. It is not consistent with the "forgot your password" standard facility/button anyone can use when he forgets his password so it initiates a verification procedure that first sends a verification code email directly from microsoftonline.com (so Azure), and not from any external SendGrid service

So we would like to configure Azure AD B2C in such a way all emails would be sent only from microsoftonline.com, which end users happen to trust.

Is this possible?

Microsoft Entra
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 36,886 Reputation points Microsoft Employee
    2024-03-21T23:31:01.06+00:00

    Hi @LACROIX Sébastien (Akanea corp) ,

    Custom email verification requires the use of a third-party email provider like Mailjet, SendGrid, or SparkPost, a custom REST API, or any HTTP-based email provider. This is documented here:

    https://learn.microsoft.com/en-us/azure/active-directory-b2c/custom-email-sendgrid?pivots=b2c-custom-policy


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.