Forum Moderators: coopster
i am trying to send email using Gmail account through php script. But i am getting error like
"Error: 530 5.7.0 Must issue a STARTTLS command first c28sm773563nfb"
i am using smtp Port : 587.
can any one help me.
I always use mail() [us3.php.net].
I assume that you are setting the variables in php.ini, and using mail() to send?
I haven't used it to send from an external server. I always enable an SMTP server on the server host.