Email Sender
Last updated
Last updated
Email task sends an email to the specified recipients. Files can be sent together as attachment.
System Id
SMTP server id
Sender
Sender email address.
If sender is empty, sender comes from system information.
Password
Sender password.
If sender is empty, password comes from system information.
Recipients
Email recipients.
The recipients are separated by comma (,)
CC
CC. Separated by comma (,)
BCC
Background CC. Separated by comma (,)
Subject
Email subject
ParseLink
Parse link information in the Content. Add link to the URL contents.
https://google.com
→ <a href=https://google.com>https://google.com</a>
Content
Email contents.
The contents can be in HTML format.
Attachment From File
Get email attachment data from file?
Attachment
Attached data
Attachment Name
The names of attached files
Attachment Format
The format of the attached files
Plain text
Binary
Base64 encoded
SendResult
The result of email sending
This example retrieves certain records from database, reads an excel file, and send an email with the retrieved data and the excel file as an attachment. The contents of the email contain a part of the retrieved records.
You can find the email from both sender and recipient accounts.