Configure Email Messaging
To configure the Notification Framework to send email messages, you must download and install JavaMail.
Procedure
-
Download the
javax.mail.jar file from one of the following
locations.
- https://github.com/javaee/javamail/releases/tag/JAVAMAIL-1_5_6
- https://github.com/javaee/javamail/releases/download/JAVAMAIL-1_5_6/javax.mail.jar
-
Copy
javax.mail.jar file to the
/opt/mtx/notifier_camel/lib directory.
sudo mkdir -p /opt/mtx/notifier_camel/lib sudo cp ~/Downloads/javax.mail.jar /opt/mtx/notifier_camel/lib sudo chown -R mtx.mtx /opt/mtx/notifier_camel
-
Restart the
Notification Server.
sudo systemctl restart mtx_notifier_camel