Try "SkipBad" from Net::SMTP. I would try it like this:
#!/usr/bin/perl use strict; use warnings; use MIME::Lite; my $msg = MIME::Lite->new('your stuff here'); MIME::Lite->send( 'smtp', 'localhost', Debug => 1, SkipBad => 1 ); $msg->print(\*STDOUT);
In reply to Re: Net::SMTP Problem
by Khen1950fx
in thread Net::SMTP Problem
by joshe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |