zdzieblo has asked for the wisdom of the Perl Monks concerning the following question:
2) message is being sent with no problems but in logs i can see that Email::Send have never disconnected from smtp server ie.my $email_raw = Email::Simple->create( header => [ From => "somebody@somewhere.org", To => "someone@somewhere.org", Subject => "test message" ], body => "contents", ); my $sender = Email::Send->new({mailer => 'SMTP'}); $sender->mailer_args([Host => "smtp.working.one"]); $sender->send($email_raw);
any help appreciated, thanksMay 9 12:37:11 hostname postfix/smtpd[9395]: timeout after END-OF-MES +SAGE from hostname[127.0.1.1] May 9 12:37:11 hostname postfix/smtpd[9395]: disconnect from hostname +[127.0.1.1]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sending email using Email::Send
by tirwhan (Abbot) on May 09, 2008 at 12:38 UTC | |
by zdzieblo (Acolyte) on May 09, 2008 at 13:37 UTC | |
by Anonymous Monk on May 09, 2008 at 12:46 UTC | |
by tirwhan (Abbot) on May 09, 2008 at 12:51 UTC | |
by Anonymous Monk on May 09, 2008 at 13:02 UTC | |
by tirwhan (Abbot) on May 09, 2008 at 13:12 UTC | |
| |
|
Re: sending email using Email::Send
by Anonymous Monk on May 09, 2008 at 12:26 UTC | |
|
Re: sending email using Email::Send
by Anonymous Monk on May 09, 2008 at 12:28 UTC |