Send Email
Summary
The SEND EMAIL command causes the Connect server to send the email message defined in the specified email object.
Syntax
send email <email_name>; |
Parameters
Parameter
|
Description
|
---|---|
<email_name> |
The name of the email object to send. |
Details
Refer to CREATE EMAIL to learn how to create an email object. SHOW EMAIL
lists all available email objects stored in Connect.
Examples
send email e_upload_orders_started; // Send email from a step object create step s_payfile_completed_email as (send email e_payfile_completed); |
Related Commands
SHOW EMAIL