Arshad Nazeer
Arshad Nazeer

Reputation: 39

Sending emails using AngularJS

I am very new to AngularJS. I want to send emails. Is the server side code necessary to send emails if I am using AngularJS? How to send emails using AngularJS? I am a .NET guy. I am using Visual Studio 2012. Please guide me.

Thanks

Upvotes: 0

Views: 2633

Answers (1)

Pinoy2015
Pinoy2015

Reputation: 1469

As already commented, automatically sending an email is server side code. But if you still want to send email using javascript alone try node.js and nodemailer.

https://github.com/andris9/Nodemailer

Upvotes: 1

Related Questions