Тема с обсуждением -
Вариант отправки через яндекс:
App::import('Vendor', 'PHPMailer', array('file' => 'phpmailer'.DS.'PHPMailerAutoload.php'));
$this->m = new PHPMailer;
$this->IsSMTP();
$this->Host = "smtp.yandex.ru";
$this->SMTPAuth = true;
$this->SMTPSecure = "tls";
$this->Port = 587;