I've tried a few tutorials with no luck. I;m trying to provide email confirmation to my project. It's for a small project so I don't want to use SendGrid.
Could someone please help me out here
I've tried a few tutorials with no luck. I;m trying to provide email confirmation to my project. It's for a small project so I don't want to use SendGrid.
Could someone please help me out here
I found by using gmail smtp service worked for me. I used the following article which worked for me Email confirmation in ASP.NET mvc5 without sendgrid
Hope this helps