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

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -