3.3SMTP configuration
For sending email notifications, a smtp server must be available and accessible.
Click on the toggle for displaying and enabling the smtp configuration form:
All the fields except “Properties” are mandatory. Consult https://javamail.java.net/nonav/docs/api/com/sun/mail/smtp/package-summary.html if there is a need to add additional properties.
Fields description, with a mailgun configuration as an example:
- Host: the smtp host. Example:
smtp.mailgun.org
- Port: the smtp port. Example: 465
- Protocol: smtp or smtps. Example: smtps
- Username: smtp username. Example: example@example.com
- Password: smtp password.
- From E-Mail: the “from” value when lavagna send the email. Example: no-reply@dev.lavagna.io
Click save for saving the parameters.
For testing the configuration, click "send test E-Mail, a popup will appear:
Enter the email address and click send. Check the logs in case of problems.