SMTP includes activities for sending emails via the Simple Mail Transfer Protocol (SMTP), enabling automation to send messages through external email servers.
The SMTP category has the following sub activities:
Send SMTP Mail Messages: This activity is used to send and forward mail by using the SMTP Protocol.
AttachmentsProperties:
Attachments: Specify the file you want to attach to the email.
AuthenticationProperties:
Email: Specify the email account used to send the email.
Password: Specify the password for the email account used to send the email.
Host Properties:
Server: Specify the SMTP server address used to send the email.
Port: Specify the port number used for the SMTP server connection.
Email Properties:
Body: Enter the body content of the email message you want to send.
Subject: Enter the subject line of the email message you want to send.
IsBodyHtml: Select this option if the body of the email message is in HTML format.
MailMessage: The MailMessage object that contains the email to be forwarded.
Receiver Properties:
To: Enter the email addresses of the primary recipients. You can specify multiple addresses separated by commas.
Bcc: Enter the hidden recipients of the email message.
Cc: Enter the email addresses of recipients to receive a copy of the email.
Sender Properties:
From: Enter the sender’s email address.
Save Attachments: This activity is used to send and forward mail by using the SMTP Protocol.
Input Properties:
FolderPath: Specify the folder path where the attachments will be saved.
Message: Specify the MailMessage object that contains the attachments to be saved.
Output Properties:
Attachments Properties: Stores the retrieved attachment that is saved to the specified folder.