Also keep in mind that you won't be able to send bulk e-mails using Gmail.
They have a lot of limitations.

On Fri, Sep 24, 2010 at 6:41 AM, archF6 <[email protected]> wrote:

> I ran into this problem too.
>
> First, make sure ssl is enabled on your server.
>
> Next, make sure you format all email addresses in the following way:
> $this->Email->to = 'Recipient <[email protected]>';
>
> Note the "<" and ">" around the actual email address.  Google's SMTP
> server requires this.
> You must also do this for sender email, reply-to address, etc.  In
> other words, whenever you enter an email address, make sure it's
> surrounded by those carrots.
>
>
> On Sep 23, 10:52 am, pang <[email protected]> wrote:
> > I met a strange problem while using gmail as SMTP server.
> >
> > What I want to do is to send bulk email with my domain email
> > [email protected],
> >
> > I used cakephp Email component to handle this , I followed exact
> > configuration as mentioned in links below (CakePHP official tutorial
> > site), but the email can't be sent
> >
> > http://book.cakephp.org/view/1290/Sending-A-Message-Using-SMTP
> >
> > My configuration is as follows:
> >
> >         'port'=>'465',
> >         'timeout'=>'30',
> >         'host' => 'ssl://smtp.gmail.com',
> >         'username'=>'[email protected]',
> >         'password'=>'xxxxxxxx'
> >
> > But mail can't be sent. Do I need to set any more parameters?
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<cake-php%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to