i try sent email by $this->Email->to = $email; $config['Email']['from'] = '[email protected]'; $config['Email']['fromName'] = 'a.borkowski'; $config['Email']['port'] = '110'; $config['Email']['host'] = 'poczta.hti.pl'; $config['Email']['username'] = '[email protected]'; $config['Email']['password'] = 'pass';
$this->Email->smtpOptions = $config['Email']; $this->Email->subject = $subject; $this->Email->replyTo = 'AgBorkowski <[email protected]>'; $this->Email->from = 'AgBorkowski <[email protected]>'; $this->Email->delivery = 'smtp'; $this->Email->send('test'); cms\app_controller.php (line 92) +OK <27407.1240210...@sword3> anybody seen this error ? my mail has not dilivery.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
