> File "/usr/lib/python2.4/smtplib.py", line 591, in login > raise SMTPAuthenticationError(code, resp) > SMTPAuthenticationError: (535, '5.7.0 authentication failed')
This means you need to use valid smtp_user and smtp_password values in your trac.ini file. You defined "trac" as the smtp_user. Are you sure that this user is valid for the SMTP server ? Your SMTP server being the same machine as the Trac server, do you share the same user database (between the Web server and the SMTP server) ? Which authentication scheme are you using BTW? (password file, LDAP, ...) Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
