> smtp_user = mytracbox /* set in SMPT server, no problem with outlook, Maybe a wrong parameter here: Either you want to define an authentication pair (smtp_user, smtp_password) if you need SMTP authentication, or you don't need SMTP authentication and both fields should be left empty.
> So it raised many questions, could you help me? : > A) Telnet doesn't ask a user or password so I've succeeded sending a mail > with [EMAIL PROTECTED] When you "telnet" a SMTP server, you are not using a telnet session, but a raw TCP connection. Authentication would have to be done using the SMTP protocol. If you have been able to send an email the way you did, this means that you don't need SMTP authentication AND that smtp_user should be left blank. > My User/password when I log in Windows? None of them. No user/passwd in this case. > C) Does anonymous/authenticated mode permit to send notifications ? It only depends on your SMTP server configuration. 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 -~----------~----~----~----~------~----~------~--~---
