By default, AgilePoint Server uses anonymous SMTP. To configure your SMTP server to require authentication, do the following.
[AgilePoint Server installation folder]\netflow.cfg
<notification
mode="[true or false]"
format="[text or html]"
smtpService="[smtp service assembly name]:[smtp service
class name]:[email address],[password]"
mailServer="[SMTP server host name]:[port number]:ssl"
sender="[sender email address]"
sysadm="[AgilePoint administrator email address.
If blank, the system uses the sender email address.]"
encoding="[encoding format]"
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"
encoding="utf-8"