You say you are running on Windows 7 which means you probably don't have an
SMTP mail server running unless you have specifically set one up.
I do development on a Win 7 machine but for Email testing I use my
production linux server. So in my email.php file instead of using
localhost, I point
I have problems in sending mail CakePHP 2.4 - from localhost (Windows 7) :
In File AppController have existed :
App::uses('CakeEmail', 'Network/Email');
public $components = array(
'DebugKit.Toolbar',
'Session',
'RequestHandler',
'Cookie',
'Email'
);
In File email.php have existed :
public