1

My web app uses ASP.NET MVC and out of box account model for registration. Azure SQL Server table where new sign-ups are stored is AspNetUsers.

How can I setup email alerts when a new user signs up on my web site?

Thanks.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Ray Man
  • 33
  • 1
  • 4

1 Answers1

2

You can make a Logic App to poll the table on the database periodically and add an action item to send an email as explained here or make a RESTful call.

Alberto Morillo
  • 13,893
  • 2
  • 24
  • 30