show / hide menu

Sub Activity – Settings

The section contains configuration-related activities. It includes options like Send Mail From Bot Manager, which allows automated email communication from the bot.

The Settings category has the following sub activity:

Send Mail From Bot Manager: This activity is used to send an email through Bot Manager by using the SMTP server settings in the Bot Manager. 

Input Properties:

  • ServerType: Specifies the server type (GenieServer or RobotMachine) for sending emails.
  • Attachments: Allows adding files as email attachments.

Email Properties:

  • Body: Defines the email content.
  • Subject: Specifies the email subject.
  • IsBodyHtml: Indicates whether the email body contains HTML formatting.
  • MailMessage: Accepts an email message object for sending.

Receiver Properties:

  • To: Specifies the primary recipients.
  • Bcc: Adds hidden recipients.
  • Cc: Adds recipients in the carbon copy field.

Sender Properties:

  • From: Defines the sender’s email address.