|
A from address can be configured for notification emails sent by the AgileTrack server.
In the agiletrack.conf file used by the server, there is the SMTP section which should have your email server information, and you can also specify a Notification section like below:
[SMTP]
smtp-host = localhost
smtp-user =
smtp-password =
[Notification]
from-address = notifications@agiletrack.net
reply-to-address = notifications-reply@agiletrack.net
Let me know if that helps.
—Posted by Adam Lane on Nov 10, 2008 at 12:06:34 PM
Well, of course that worked! Thanks.
Oh, man! It was right in front of me. I was just blindly following the details on the other post on this topic and it didn't mention that.
—Posted by Dan (I'm such an ogre) Mullen on Nov 12, 2008 at 10:14:52 PM