Possible Duplicate:
Send email using GMail SMTP server from PHP page
i followed this tutorial to config my php.ini on xampp to send emails from localhost to emails with domains like gmail, hotmail, etc.
However, when the code is executed (mail("myemail","Success","Thanks, that works");
)
i got the following error:
Warning: mail() [function.mail]: SMTP server response: 530 Authentication required
Any hint what i could be doing wrong?