May be but anyway take a look at this:
#!/usr/bin/perl use MIME::Lite; use strict; use warnings; my $msg = MIME::Lite->new( From => 'someone@somewhere', To => 'someone@nowhere', Subject => 'It is a test', Data => 'I prefere this module.' ); $msg->send('smtp','host', Debug => 1);
Regards, Karl
«The Crux of the Biscuit is the Apostrophe»
In reply to Re^5: Net::SMTP Module query
by karlgoethebier
in thread Net::SMTP Module query
by gilesy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |