Sendemail

Takes all of the pieces of the structured variable and then builds and sends the email.

Supported Script Types

Email

Properties

Property Details
ContainerVar

The name of the structured variable that contains all other variables. By default, EML.

Persist

True or False. True tells the system to create a file containing the contents of the sent email (it is a raw file in MIME format similar to the raw email saved with the Logemail action). The file name is saved in the variable specified by FilenameVar.

FilenameVar

The name of the variable of the raw email file. By default, EMLFILE.

Branches

Branch Details

Default

Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined.
OnError Path taken when the action fails to execute properly.

Tips & Tricks

  • Sendemail is the final step to sending an email created with a Createemail action.
  • If a piece was not created, for example, the Addfromaddr action was not included, no From address will be included in the sent email.