Avatar

Correct answer by
Level 10

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'

});

View solution in original post