I was looking for something else when I came to this post but I think I 
have an idea. for the \\app\Config\email.php  the code should be :

class EmailConfig 
{

public $smtp = array( 

                'transport' => 'Smtp', 
                'from' => array('[email protected]' => 'My Name), 
                'host' => 'mail.mydomain.com', 
                'port' => 26, 
                'timeout' => 30, 
                'username' => 'my_username', 
                'password' => 'my_password', 
                'client' => null, 
                'log' => false 
                //'charset' => 'utf-8', 
                //'headerCharset' => 'utf-8', 
        );
} 


Also from is mandatory and I do not know if we can put it directly into 
smtp config??? test to put it into your controller.

-- 
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