in reply to Re: mime lite
in thread mime lite
however that does not say what was wrong, it does not give the exception error, so that we know what happened, other than it did not send the email, which would be obvious if we did this:$msg->send || die "you DON'T have mail!";
if($msg->send()) { # Say that the message was sent... or if in a subroutine just: return 1; } else { # Give error message but what do we show to actually put what happene +d? if in a subroutine return 0; but set an error such as: #$Mime::Lite::error or something similar... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: mime lite
by Anonymous Monk on Aug 18, 2009 at 22:19 UTC |