Hi @Deepak Singh ,
Thanks for your post! There isn't an out-of-the-box user flow configuration and this feature is not available for custom policies. The best option would be to create a custom policy and use the SendGrid email provider.
This is the documentation that has the most up-to-date steps to achieve this. https://learn.microsoft.com/en-us/azure/active-directory-b2c/custom-email-sendgrid?pivots=b2c-custom-policy
You will need to create a SendGrid account, store the SendGrid API key in an Azure AD B2C policy key, and create a SendGrid email template that gets added to the claims transformation.
Alternatively, this could also be done using an Azure Function that calls a REST API that sends an email, another third-party email provider such as SparkPost, or any HTTP-based email provider.
If you would like to see this feature implemented as an out-of-the-box functionality, you can leave feedback in the feedback forum. https://feedback.azure.com/
I have also added your feedback to an internal request.
If the information helped you, please Accept the answer. This will help us as well as others in the community who may be researching similar questions.