Page 1 of 1

5.7.0 Encrypted required for requested authentication mechan

Posted: Mon Feb 05, 2007 10:57 pm
by neel_basu
I was sockting to msn's smtp server (smtp.email.msn.com)
afater sending AUTH LOGIN command followed by user_id and password (both base64encoded)
I was getting This Error
"5.7.0 Encrypted required for requested authentication mechanisms"
Now how to connect it !

Posted: Mon Feb 05, 2007 11:06 pm
by feyd
You need encryption as the error specifically states.

Posted: Mon Feb 05, 2007 11:08 pm
by neel_basu
But Which encryption I've to Use over here

Posted: Tue Feb 06, 2007 5:40 am
by volka
neel_basu wrote:But Which encryption I've to Use over here
The server tells you. Take a look at the response to the EHLO command.
You could use something like SwiftMailer.