TextMailProcess

Top  Previous  Next

TextMailProcess can be used to send text based e-mails to mail recipient with or without attachments.

  <process name="ProcessForm1.TextMailProcess1" basedon="mor.Mailer.TextMailProcess">
    <param name="smtpAccount">SMTPAccount1</param>
    <param name="to">@vof(EMAIL)</param>
    <param name="cc"></param>
    <param name="bcc"></param>
    <param name="subject">Order confirmation</param>
    <param name="message">
Dear @vof(NAME),

This is to notify that we've received your order request.
The order number is "@vof(ORDER_NUMBER)"

Regards,
Sales Team
    </param>
    <param name="attachs">invoice.pdf | invoices/I006761526.pdf</param>
  </process>

See more...