Sending mail with a Yahoo server

I know this thread was already answered, but I am still puzzled…I read this thread and tried to start the EmailSSLExample which comes with Xojo and changed the pop3 for receiving e-mail into pop3.live.com and to send an email into smtp.live.com and provided the login credentials. I checked if the class was on secured (read that above) and turned secured on.

However, when I run the example code I do get an authentication failure when I try to get mail and I do get error 102 when I try to send email via the example program.

I can login without any problem with the given credentials in outlook…what went wrong, I want to use this for sending automated messages from of an application. That’s why I tried it and found this thread after it failed with me