> Does anyone know how to fix this problem?

Try with a true SMTP server ? ;-)
Sorry, I can't help but being sarcastic when it comes to M$.

You could try to connect with a telnet client to the SMTP server and
mimic a SMTP session, to see when it fails. Try the following:

telnet localhost 25
EHLO localhost
MAIL FROM: [EMAIL PROTECTED]
RCPT TO: firstname.lastname
DATA
Subject: Test
Test
.
QUIT

and see if/when you get an error.

HTH,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to