| Advanced Configuration |
By default, AgilePoint Server uses anonymous SMTP. To configure your SMTP server to require authentication, do the following.
[AgilePoint Server Intallation]\netflow.cfg
<notification
mode="true"
format="text"
smtpService="BuiltIn::[email address],[password]"
mailServer="smtp.sbcglobal.yahoo.com"
sender="NETSVR2@agilepoint.com"
sysadm="adminuser@agilepoint.com"
Example:
<notification
mode="true"
format="text"
smtpService="BuiltIn::username@sbcglobal.net,mypassword"
mailServer="smtp.sbcglobal.yahoo.com"
sender="apnotifier@mycompany.com"
sysadm="adminuser@mycompany.com"