[cakephp r.8147] email component and smtp error +OK 27407.1240210...@sword3

2009-04-20 Thread andrzejborkow...@gmail.com

i try sent email by
$this-Email-to = $email;

$config['Email']['from'] = 'andrzej.borkow...@lowcy.com.pl';
$config['Email']['fromName'] = 'a.borkowski';
$config['Email']['port'] = '110';
$config['Email']['host'] = 'poczta.hti.pl';
$config['Email']['username'] = 'andrzej.borkow...@lowcy.com.pl';
$config['Email']['password'] = 'pass';

$this-Email-smtpOptions = $config['Email'];
$this-Email-subject = $subject;
$this-Email-replyTo = 'AgBorkowski
andrzej.borkow...@lowcy.com.pl';
$this-Email-from = 'AgBorkowski andrzej.borkow...@lowcy.com.pl';
$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 cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: email component and smtp error +OK 27407.1240210...@sword3

2009-04-20 Thread AgBorkowski

its my fail i had bad hostname should be: smtp.hti.pl but last error
didn't tell me nothing about that

On 20 Kwi, 08:52, andrzejborkow...@gmail.com
andrzejborkow...@gmail.com wrote:
 i try sent email by
 $this-Email-to = $email;

 $config['Email']['from'] = 'andrzej.borkow...@lowcy.com.pl';
 $config['Email']['fromName'] = 'a.borkowski';
 $config['Email']['port'] = '110';
 $config['Email']['host'] = 'poczta.hti.pl';
 $config['Email']['username'] = 'andrzej.borkow...@lowcy.com.pl';
 $config['Email']['password'] = 'pass';

 $this-Email-smtpOptions = $config['Email'];
 $this-Email-subject = $subject;
 $this-Email-replyTo = 'AgBorkowski
 andrzej.borkow...@lowcy.com.pl';
 $this-Email-from = 'AgBorkowski andrzej.borkow...@lowcy.com.pl';
 $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 cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---