Hi there. I'm having trouble getting SMTP notifications to work (I'm using Trac 0.12). All my users will be authenticated on my Windows DOMAIN (I'm using Apache 2.2).
So far I have users logged in and authenticated properly. I don't now much about sending email from a server machine though. Presumably this server machine (running Apache and hosting my Trac site) needs to use some mail account to send out notification emails? I have an account I can use in fact, but if I set things like this: smtp_enabled = true smtp_from = [email protected] smtp_from_name = smtp_password = smtp_port = 25 smtp_replyto = smtp_server = smtphost.dns.microsoft.com smtp_subject_prefix = __default__ smtp_user = I get messages in Trac when I create a ticket that say: "Warning: The ticket has been created, but an error occurred while sending notifications: Connection unexpectedly closed" I'm guessing I need to set smtp_user and smtp_password but do I really have to type a plain-text password into my trac.ini file? Ben -- 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.
