Send Email

This action causes an e-mail notification to be sent to the specified server. Optional credentials for authentication to the SMTP server are provided in the id and password.


Example


Send Email

The following is an example of the Named String Builder, used to provide the strings argument:


Send Email Named String Builder


Fields

ID

(Optional) User ID in the SMTP system sending the message.


Server

SMTP server name.


Password

(Optional) SMTP server account password.

WARNING:  The value of the password attribute is stored in clear text.


Type

Select the e-mail message type.


Strings

These values contain the various e-mail addresses, subject and message. The following table lists valid named string arguments:

String Name Description

to

Adds the address to the list of e-mail recipients, multiple instances are allowed.

cc

Adds the address to the list of CC e-mail recipients, multiple instances are allowed.

bcc

Adds the address to the list of BCC e-mail recipients, multiple instances are allowed.

from

Specifies the address to be used as the originating e-mail address.

reply-to

Specifies the address to be used as the e-mail message reply address.

subject

Specifies the e-mail subject.

message

Specifies the content of the e-mail message.

encoding

Specifies the character encoding to use for the e-mail message.