- or download this
#!/usr/bin/perl -w
use MIME::Lite; # send mail attachments
...
);
# Send
$msg->send or print "Error: $@\n";
- or download this
sendmail: fatal: No recipient addresses found in message header
Error:
- or download this
eval{$msg->send};
print "Error: $@\n" if($@);