
prerna jain - 2009-07-17 11:27:10
Hi,
I am trying to send mail from my localhost (XAMPP server) using SMTP class..
I am able to send mail using gmail free smtp provider .Where i did the setting as
Host "smtp.gmail.com"
port "465"
Username "My gmail account"
Password "my gmail password"
..
But,when i try to send mail throught the secure SMTP provide to me by some client, i am not able to send mail..
Although i have verified SMTP (using them in outlook setting)credentials provided by client, that those are correct ..
Error message which i am getting is :
Error: server does not support starting TLS .
I have checked all possible settings in php.ini and sendmail.ini.
Please help as i already spent alot time in resolving it.
Thanks in Advance,
prerna