Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can my Parse.com app send an email using JavaScript?

I'm using Parse.com (JavaScript SDK), and I want users to be able to send an email from my app. Basically, they create a page using the app, and then I need to allow them to enter a list of email addresses; the app will then send each address a link to the page they've created.

I can find anything in the documentation which tells me how to send the email, though. I can take the list of email addresses and generate the email, I just can't figure out how to send it.

Is this possible with Parse?

like image 218
Sharon Avatar asked Sep 27 '12 11:09

Sharon


People also ask

How can we send email using JavaScript?

js, right click on the index. html file > open in the browser. Once the browser loads the page, click on the button Send Email. That's it.. the mail is sent successfully.


1 Answers

Parse Cloud Code Modules now support sending email through a number of Cloud Mail Providers:

  • MailGun
  • Mandrill
  • SendGrid
like image 152
nicko Avatar answered Nov 15 '22 15:11

nicko