Im using worklight 6.0.
I have to send email with attachment as a file in jquery. I read in many sites like we can use email composer . How to implement this one or any other way to handle this?
Im using worklight 6.0.
I have to send email with attachment as a file in jquery. I read in many sites like we can use email composer . How to implement this one or any other way to handle this?
You can go through the cardova plugin which is well documented and plugin is there for doing it. Here is some of the link which helps you
jQuery has got nothing to do with it.
window.location.href = "mailto:an@email.address?subject=My Subject Line";