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.
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.
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.