Sending email from an AngularJS web application

前端 未结 4 1847
深忆病人
深忆病人 2020-12-31 14:14

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

4条回答
  •  渐次进展
    2020-12-31 14:38

    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

提交回复
热议问题