In one of my AngularJS web applications, I need to confirm a password by sending emails to a concerned person. How can I achieve this in AngularJS? I am a .NET guy and I am
you cannot send email via javascript library (angularjs or jquery and so on) you need server side for send mail best way for this case use ajax