Web Application Platform services can generate email notifications and send them to a remote email system. To enable email notifications, configure Web Application Platform services, as described below.
To enable email notifications
Open for editing the webappplatform.properties file.
In the webappplatform.properties file:
|
Specify the following properties under the Platform mailing engine properties used to send notifications via e-mail property group:
Here are several examples of configuring Web Application Platform services to send email notifications:
mail.protocol=smtp mail.encoding=UTF-8 mail.host=gate.company.com mail.port=25 mail.username=anonymous mail.password= mail.from.default=info@company.com |
mail.protocol=smtp mail.encoding=UTF-8 mail.host=gate.company.com mail.port=465 mail.smtp.auth=true mail.smtp.ssl.enable=true mail.username=anonymous mail.password=anonymous mail.from.default=info@company.com |
mail.protocol=smtp mail.encoding=UTF-8 mail.host=gate.company.com mail.port=587 mail.smtp.auth=true mail.smtp.starttls.enable=true mail.username=anonymous mail.password=anonymous mail.from.default=info@company.com |