CodeCharge Studio

Send Email

The Send Email action is used in a Record form to send information based on the value of fields within the form.

Property Description
From Name of a control which will provide the 'From' field of the email. If the value starts with '=', then the expression coming after this symbol is used in it's literal form. For example, the expression ="someone@somecompany.com" will strictly define the value of the 'From' field as someone@somecompany.com.
To Name of a control that will provide the 'To' field of the email. If the value starts with '=', then the expression coming after this symbol is used in it's literal form.
Subject Name of a control that will provide the 'Subject' field of the email. If the value starts with '=', then the expression coming after this symbol is used in it's literal form.
Message Body Name of a control which will provide the email's body. If the value starts with '=', then the expression coming after this symbol is used in it's literal form.
HTML Format in which to send the email. If set to True, the massage is sent in HTML format, otherwise it is sent as plain text.
SMTP Server Address of a SMTP server which will be used to send the email.
Messagebox Path Full path to the pickup directories for the SMTP service.


On-line, printable versions and updates