- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
for a plain mail without attachments use the app.mailMsg method.
app.mailMsg({
bUI: false,
cTo: 'a@b.cd',
cCc: '',
cBcc: '',
cSubject: 'Bla bla bla',
cMsg: 'Message bla bla bla'
});
Views
Replies
0 Likes
Total Likes