cordova - How to send email with webintent plugin - Monaca IDE -


somebody kindly guide me sending email through webintent plugin monaca

send email using "template_a" template

var username = 'john'; monaca.cloud.mailer.sendmail("useroida", "template_a", {"name": username})   .done   (     function()     { /* after sending email success. */ }   ); 

Comments