On 07/08/2010 10:03 AM, Ben wrote:
Here's what I have in my trac.ini
[notification]
admit_domains =
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
Is this a viable configuration?
No. There's no smtp server set. What do you expect to use for a
mailserver? You need some stuff like:
smtp_enabled = true
smtp_from = [email protected]
smtp_password =
smtp_port = 25
smtp_replyto = [email protected]
smtp_server = someserver
smtp_user =
(Unless Trac uses the local mail service if these aren't defined, but I
don't think so...)
--
SIXNET - Industrial and Wireless Connectivity
331 Ushers Road, Ballston Lake, NY 12019
Tel: 1.518.877.5173, Fax: 1.518.877.8346
www.sixnet.com
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.