Versions Compared

Key

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

...

ParameterDescription

address

Email address to the recipient on the form: "user@xxx.com"

subject

Text ending up as the email subject

message

Message string ending up as the body of the email

Note
titleNote

This field will be sent as plain text. Sending in HTML format is not supported.


sender

Name or address of the sender of the email

Note
titleOptional

This field will remain optional only when the attachment field is not populated. Once attachment is populated, the sender field will be a mandatory field.


attachment

A list that will contain one or many attachments to be sent with the email. Each list entry will be the full directory path of the attachment.

Info
titleExample

"/home/admin/attachments/word.txt"


Returns

Nothing

...