- or download this
$address='one@example.com, two@example.com';
...
print $msg 'Body text here';
$msg->close();
- or download this
2003-09-19 10:28:30 SMTP call from (clientname)(localhost.localdomain)
+ [IP address] dropped: too many unrecognized commands
- or download this
To => 'one@example.com, two@example.com',
- or download this
$address='one@example.com, two@example.com';
...
);
$msg-> send('smtp', "mysmtp.server.com", Timeout=>60);
- or download this
use Mime::Lite;
use Text::ParseWords;
...
{
return quotewords("," => 0, $_[0]);
}