Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. var email = {
  2. to: sendersemail+';',
  3. cc: '',
  4. bcc: '',
  5. attachments: [cordova.file.externalApplicationStorageDirectory+'Report.pdf'],
  6. subject: '',
  7. body: '<p><a href="https://thebrainout.com/" target="_blank">the brain out</a> &nbsp;your I think you&#39;ll find it helpful&nbsp;too.</p>',
  8. isHtml: true
  9. };
  10.  
  11. $cordovaEmailComposer.open(email).then(null, function () {
  12. // user cancelled email
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement