Skip to Content

SendEmail

SendEmail operation sends emails to a list of email address: a separate email is sent to each address.

  • Email Service Source - defines a source via which the emails will be sent. Currently supported: Amazon AWS SES and SMTP.
  • To Emails Source, To Emails Space, To Emails Table - defines a table containing list of target email addresses. The table must have a text columns called email.
  • From Email - defines an email address from which the emails are sent.
  • Subject - subject of the emails.
  • Body specifies the content of the message to be sent. If Body is empty, the message content is read from the table defined in Source, Space, Table. It must be a table that can be openned as a file (e.g. file on the file system or Amazon S3).
  • Content type is set to “text/html” so feel free to use html markup in the body.
Last updated on