Send Email Block
Contents
- 1 Send Email Block
- 1.1 Special Note on Cc, From, and Exclude Addresses Properties
- 1.2 Name Property
- 1.3 Block Notes Property
- 1.4 Email Server Property
- 1.5 E-mail to Send Property
- 1.6 Message Delivery Notification Property
- 1.7 Message Disposition Notification Property
- 1.8 Exceptions Property
- 1.9 CC Property
- 1.10 Exclude Email Addresses Property
- 1.11 From Property
- 1.12 Header Fields Property
- 1.13 Subject Property
- 1.14 Condition Property
- 1.15 Logging Details Property
- 1.16 Log Level Property
- 1.17 Enable Status Property
- 1.18 ORS Extensions Property
Use this block to send an e-mail waiting in a queue that was previously created using the Create Email block. Note: The Send Email block should only be used if the output queue (Create Email block) property is set. If this property is not set, the Orchestration platform will automatically send the e-mail via an internal Orchestration queue, and therefore the Send Email block is not needed.
Special Note on Cc, From, and Exclude Addresses Properties
The Literal and Variable types can have a value set to an actual e-mail address, e.g., joe@test.com, or refer to the name of a previously configured e-mail address from Configuration Server (e.g., if Tech Support is configured as a Configuration Server E-mail Accounts Business Attribute, then Tech Support can be the value for the Literal type and the platform will use that e-mail address).
The Send E-mail block has the following properties:
Name Property
Find this property's details under Common Properties.
Block Notes Property
Find this property's details under Common Properties.
Email Server Property
Find this property's details under Common Properties.
E-mail to Send Property
Select the variable containing the e-mail to send.
Message Delivery Notification Property
Select true or false to indicate if the message being sent should include a request for a return message indicating whether and how the original message was delivered.
- If one of the SMTP servers involved in the transport of the original e-mail fails to deliver it, the return message will come into the system with Configuration Database Interaction Subtype InboundNDR. It contains no additional information.
- If the original e-mail is successfully delivered, the return message will come into the system with a Configuration Database Interaction Subtype InboundReport. It uses attached data to indicate delivery statuses such as delayed, delivered, relayed, and so on.
For details on Interaction Subtype handling, see the E-mail Server Java: Advanced Topics section of the Ongoing Administration and Other Topics chapter of the eServices/Multimedia 8.1 User's Guide.
Message Disposition Notification Property
Select true or false to indicate if the message should include a request for a return message indicating what happened to the original message after it was delivered. For example, the return message may indicate whether the original message was displayed, printed, deleted without displaying, and so on.
Exceptions Property
Find this property's details under Common Properties.
CC Property
Find this property's details under Common Properties.
Exclude Email Addresses Property
Find this property's details under Common Properties.
From Property
Find this property's details under Common Properties.
Header Fields Property
Use this property to specify additional message headers through a list of key-value pairs of literal values or application variables. Header fields are used to add/overwrite headers to the e-mail message when it is sent. They are passed to E-mail Server and the latter will create the e-mail message with these custom headers and will take the form of <headername>:<headervalue>. Examples of typical header names are: Received, Return-Path, X-MIMETrack, Subject, Sender, From, To, Cc, Bcc To enter the Header Fields property:
- Click under Value to display the button.
- Click the button to open the Header Fields dialog box.
- Click Add to open the Key Value Pairs dialog box.
- For Key, enter a key (see above description).
- For Value, enter the literal value or select a variable for the value. The Header Fields dialog box reflects your entry.
Subject Property
Use this property to override the subject specified in the Create E-mail block. Enter the Subject line of the e-mail.
Condition Property
Find this property's details under Common Properties.
Logging Details Property
Find this property's details under Common Properties.
Log Level Property
Find this property's details under Common Properties.
Enable Status Property
Find this property's details under Common Properties.
ORS Extensions Property
Starting with 8.1.4, Composer blocks used to build routing applications (with the exception of the Disconnect and EndParallel blocks) add a new ORS Extensions property.