Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescriptionRequired
tomail recipient(s)Yes
cccc recipient(s)no
bccbcc recipient(s)no
frommail senderno
from_namename of the senderno
reply_toreply addressno
subjectMail Subjectno
hostmail server hostno
portmail server port no
smtp_usersmtp usernameno
smtp_passwordsmtp user passwordno
queue_directoryMail queue directory. Mails which cannot be transferred will be put here. The JobScheduler will later retry to send these mails.no
bodyMail bodyno
content_typecontent_type of the mail (text/plain, text/html...)no
encodingencoding of the mail (7bit, Quoted-Printable, Base64)no
charsetcharset of the mailno
attachment_content_typecontent_type of attachments (application/octet-stream, application/pdf...)no
attachment_encodingencoding of attachments (7bit, Quoted-Printable, Base64)no
attachment_charsetcharset of attachmentsno
attachmentFilename and path of the attachment(s) (multiple attachments separated by ";")no

A Simple JITL Send Email

...

Example

Following example shows a basic job configuration of JobSchedulerManagedMailJob. It is been configured to send email to a fix email Id along with fix email body and subject line. 

...