If the specified notification e-mail server requires user authentication, additional tags have to be inserted.
The following example describes such an authentication configuration:
<!—- username that should be used for authentication --> <mailuser>John Doe</mailuser> <!—- password to authenticate mailuser --> <mailpassword>pass</mailpassword> <!—- name of the SASL realm --> <saslrealm>SASL.YOURDOMAIN.COM</saslrealm>
Note: All authentication parameters are optional.