send a plain email without attachments
hi experts
i want have button send email include custom text have stored in form already. tried submit email button options able attachment of form.
is there other way send mail plain text without attachments. using lc designer 8.
thanks in advance
hi,
to send plain mail can use app.mailmsg method.
app.mailmsg({ bui: false, cto: 'a@b.com', ccc: '', cbcc: '', csubject: 'my mail', cmsg: 'hello,\n\nbla bla bla\n\nkind regards\nme' });
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment