Email connections
The Send Mail operator gives you the option of sending email alerts. To send an email alert, you first need to create an Email connection. Right-click on the Connections subfolder in a relevant repository, and select Create Connection.
The Create connection dialog opens:
As the Connection Type, select "Email (send)"
Choose the appropriate Repository.
Choose a Connection Name, and click Create.
SMTP details
The Edit connection dialog opens, and you can configure your connection. Here you need to enter the details connected with sending email via your email service provider.
For example, if you have a Gmail account, you can follow the advice in the link below.
Gmail offers SSL and TLS security, and in the example that follows, we'll assume we're using TLS.
Note that StartTLS
, also known as Opportunistic TLS,
provides a way of upgrading a plain text connection to an encrypted (TLS or SSL) connection.
Hence, we enter the following details:
- Sender -
%{smtp.user}
- SMTP server -
smtp.gmail.com
- SMTP port -
587
(because we're using TLS security) - User name - <Gmail username>
- Password - <Gmail password>
- Security -
StartTLS
- Authentication -
Auto
You can find the details for any other webmail provider online; in case of doubt, ask your system administrator.
Test the connection
To test the connection, press Test connection in the Edit connection dialog, or (to actually receive an email) build a simple process using the Send Mail operator.
In our example with Gmail, authentication fails because Altair AI Studio is a "non-Google app", but it can be resolved by one of the following actions:
if you sign in using two-factor authentication: sign in using App Passwords
if you sign in without using two-factor authentication: allow less secure app access