BlueCat Gateway supports Python Flask-Mail for use in custom workflows. Administrators and users can configure Mail settings in the Mail configuration page. Workflows can acquire values and information from the configured settings to send email messages and notifications to the specified recipient addresses. This lets Gateway administrators and other users update email recipients without having to be a workflow developer.
To enter Mail configuration settings:
-
Open the Mail Configuration window. (Click the Navigator button if necessary, then click .)
-
Configure the Mail settings as desired.
For more details, see Mail configuration settings list below
-
When you're done, click Save.
To cancel your changes, click Cancel instead.
Mail configuration settings list
The Mail configuration page has the following settings.
Setting | Description |
---|---|
Mail server | The domain of the SMTP host. For example, smtp.mail.example.com. |
Mail port | The port number for the mail service. |
Use TLS | Select Use TLS to enable secure Internet communication with Transport Layer Security (TLS). |
Use SSL | Select Use SSL to enable SSL validation (Secure Sockets Layer). |
Use username and password | Select this checkbox if you need to sign in to your mail service. Several additional fields will appear for authentication information, such as account usernames, passwords, and password files. Note: For security reasons, if you clear this checkbox
before saving your changes, any changes you just entered
or files you just added will be deleted.
|
Mail username | (Appears only if Use username and password is selected.) Enter the username of the Flask-Mail account that Gateway should use. |
Password source |
(Appears only if Use username and password is selected.) Select how you want to specify the password for the Flask-Mail account.
|
Encrypted mail password file |
(Appears only if Use username and password is selected and Password source is Encrypted file.) A file with an encrypted password that Gateway should use when signing in to the Flask-Mail account. To add or change the encrypted password file, either drag the file onto the encrypted password file box area, or click in the box area to browse to a file. The file must be 1 MB or lower. Tip: You can use the Encrypt
Password page to create an encrypted
password file. For more details, see Encrypt Password page.
|
Password |
(Appears only if Use username and password is selected and Password source is Input.) Enter the password that Gateway should use when signing in to the Flask-Mail account. |
Mail default sender |
Enter the email address that BlueCat Gateway will use as the Sender when sending emails. |
Mail admins |
The list of email addresses to whom notifications should be sent when using this feature. This can (but does not have to be) addresses for Mail system administrators. To add a new email recipient:
To remove an email recipient from the list:
Note: By default, no built-in Gateway
workflows send email notifications to listed recipients.
They are provided only for use by custom
workflows.
|