[Topic] email configuration "From" address

Our mail system requires a "from" address in every email submitted.
Is there some place to specify a that?

—Posted by Dan (I'm such an ogre) Mullen on Nov 8, 2008

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


You may post a reply to this topic, but you must be logged in. If you already have an account, you may login now. If you need to create an account, you may also register now.