in reply to Sending email with attachments using Email::Mime
Cheers!#use Mail::Sendmail; print $email->as_string; print "end of mail as_string\n"; use Email::Sender::Simple qw(sendmail); my $response = sendmail($email); print "Response = $response\n"; print "error1 $!\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sending email with attachments using Email::Mime
by gezb (Novice) on May 14, 2014 at 21:28 UTC | |
by wjw (Priest) on May 14, 2014 at 22:01 UTC | |
by cord-bin (Friar) on May 15, 2014 at 06:56 UTC | |
by gezb (Novice) on May 15, 2014 at 09:47 UTC |