Email config for gmail

public $default = array(
        'from' => array('[email protected]' => 'My name'),
        'host' => 'ssl://smtp.gmail.com',
        'port' => 465,
        'username' => '[email protected]',
        'password' => 'xxxxxx',
        'transport' => 'Smtp',
    );

You have to enable php_openssl extension in wamp...

On Friday, August 3, 2012 5:16:19 PM UTC+2, mohit wrote:
>
> You can use Gmail as an smtp service to send the email. Configure cake php 
> to work with SMTP and use gmail.
>
> *With Best Regards,
> Mohit Kumar <http://kumarmohit.com>*
> *+91-9582894570*
>
>
>
> On Fri, Aug 3, 2012 at 4:25 PM, raj kumar Pustela <[email protected]>wrote:
>
>>
>>                Hi to all,
>>                           
>>                            I am Struggled one thing,
>> how to send email in cakephp 2.0.3 from localhost(wamp).if anyone known 
>> dat please help me.
>>
>>
>>
>>
>> Thanks,
>> Rajakumar.
>>
>> -- 
>> Our newest site for the community: CakePHP Video Tutorials 
>> http://tv.cakephp.org 
>> Check out the new CakePHP Questions site http://ask.cakephp.org and help 
>> others with their CakePHP related questions.
>>  
>>  
>> To unsubscribe from this group, send email to
>> [email protected] For more options, visit this group 
>> at http://groups.google.com/group/cake-php
>>
>
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to