@jc:send-email Annotation

Specifies class- and method-level configuration attributes for the Email control.

Syntax

Attributes

These attributes determine the default behavior of the Email control. The Email control may be configured during its lifetime by calling methods of the EmailControl class.

Parameter substitution can be used for any of the following method attributes. Substitutions are allowed in the middle of the subject or body. For example, upon receiving an order, you can send the following e-mail:

"Thanks for your order. Your order number is {orderNumber}.
Please reference this number in all your future correspondence." 

The to and cc recipient lists can include display names as shown in the following examples:

Joe User <joe.user@myorg.com>, Jane User <jane.user@myorg.com> 
"Joe A. User" <joe.user@myorg.com>, "Jane B. User" <jane.user@myorg.com> 

Related Topics

Email Control

@jc:email Annotation