simple-parse-smtp-adapter icon indicating copy to clipboard operation
simple-parse-smtp-adapter copied to clipboard

how to send mails using cloud code

Open gowridev opened this issue 8 years ago • 2 comments

Can we send mail invites using cloud code which uses mail adapter? If possible,could you share sample cloud code?

gowridev avatar Dec 21 '16 08:12 gowridev

Sorry but I' ve never used cloud code in parse, I am not sure if this module works with that :S

lcortess avatar Dec 25 '16 21:12 lcortess

Simply initialize it, then use sendMail() and here's a simple snippet: https://gist.github.com/ahmedengu/60278f8293f714decdedcd66f0bc48f8

ahmedengu avatar Dec 26 '16 01:12 ahmedengu