Awaken Scripting User Guide

Please email helpdesk@awaken.io for omissions or errors.
×
Menu

Email (Outgoing)

 
The Email (Outgoing) connector can be used to allow different email accounts or servers to be used to send email from within Scripting. The connectors specified here can be used in individual Email controls or via JavaScript.
 
Email (Outgoing)
 
 
1

Connector Name

1. Connector Name
 
The name of the connector can be altered here. The connector name is used to identify which connector to use in Email controls and JavaScript, so care should be taken when updating this to ensure that these are also updated.
 
2

Connector Active

2. Connector Active
 
If the connector isn't active, then it won't be possible to use it to send emails.
 
3

Mail Server Address

3. Mail Server Address
 
The address to reach the server.
 
Please note that no intermediate page or redirect may be encountered prior to sending the mail, such as that required if the mail server or account requires Multi Factor Authentication (MFA) to connect. Attempting to use such a connection will lead to connector failures within Scripting.
 
4

Authentication Required

4. Authentication Required
 
This setting must be enabled if the mail server requires authentication with a valid user account.
 
5

Username

5. Username
 
If Authentication Required is selected, then the username to authenticate with the mail server is entered here.
 
6

Password

6. Password
 
If Authentication Required is selected, then the password to authenticate with the mail server is entered here.
 
7

Port

7. Port
 
The port on the mail server to communicate with.
 
8

Encrypted Connection

8. Encrypted Connection
 
This setting must be enabled if the mail server requires SSL/TLS.
 
9

Default Reply Address

9. Default Reply Address
 
If an email is sent via the Script.Email API, then this address will be used as the default Reply To address if no specific Reply To address is provided.