Posted by julian_m on 01/11/06 21:54
julian_m wrote:
> julian_m wrote:
> > NC wrote:
> > > > but I can't figure out where I've to write user and password data nor
> > > > the place where I've to write the SSL data which Gmail waits for...
> > >
> > > Consider using phpMailer instead:
> > >
> > > http://phpmailer.sf.net/
>
> I can't get logged in. I'm receiving the following message:
>
> Must issue a STARTTLS command first;
> The following From address failed: myaddress@gmail.com
>
> Note that I already have
>
> var $SMTPAuth = true;
>
> Any kind of help would be apreciated
> regards - jm
mmm, i found an article in
https://noorul.nipl-silly-url-fixme.ath.cx/wiki/WebPageMaintenance.php
"Even though phpmailer supports SMTP authentication, it lacks the
funtionality to use SSL connection. I couldn't use this class to
connect to gmail SMTP server because it requires SSL connection. The
only option left for me was to find out mail exchange servers of gmail
and interact with it. This is alright because my requirement is only to
send mail to a gmail account."
So PHPmailer can't be used to send mails trough gmail servers right?
regards - jm
[Back to original message]
|