Skip to main content

Forward SMTP Mail

Used to forward a mail via SMTP.

Options

  • Use SSL: Specifies whether the email message is sent using SSL.
    • Type: System.Boolean
    • Required

Email

  • Body: The body of the email message
    • Type: System.String
  • Original Message: The original instance of the email to be forwarded
    • Type: MimeKit.MimeMessage
    • Required

Host

  • Port: The port that the email message is to be sent through.
    • Type: System.Int32
    • Required
  • Server: The email server host that is to be used.
    • Type: System.String
    • Required

Common

  • Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds(30 seconds).
    • Type: System.Int32
    • Required

Logon

  • Email: The email account used to send the message.
    • Type: System.String
  • Password: The password of the email account used to perform the action.
    • Type: System.String

Receiver

  • Bcc: The hidden recipients of the email message
    • Type: System.String
  • Cc: The secondary recipients of the email message
    • Type: System.String
  • To: The main recipients of the email message
    • Type: System.String
    • Required

Sender

  • From: The email address of the sender.
    • Type: System.String
    • Required
  • Name: The display name of the sender.
    • Type: System.String
    • Required