xiao_B has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w use strict; use MIME::Lite::HTML; my $mail_HTML = MIME::Lite::HTML->new ( From => 'from@abc.com', To => 'to@xyz.com', Subject => 'Html Mail' ); my $MIMEmail = $mail_HTML->parse('file:///c:\test.htm'); $MIMEmail->send_by_smtp('mail.abc.com');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with pp packager
by jettero (Monsignor) on May 24, 2007 at 12:25 UTC | |
by mnooning (Beadle) on May 24, 2007 at 17:56 UTC | |
|
Re: problem with pp packager
by xiao_B (Initiate) on May 24, 2007 at 16:57 UTC | |
by xiao_B (Initiate) on Jan 22, 2008 at 07:18 UTC |