Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Perl-based Newsletter Script Needs Your Help

by le (Friar)
on Jul 13, 2000 at 14:12 UTC ( [id://22343]=note: print w/replies, xml ) Need Help??


in reply to Perl-based Newsletter Script Needs Your Help

Why not using any of the Mail::* modules? I can't remember exactly, but Mail::Sendmail or Mail::Mailer lets you specify several headers.

Update:
use Mail::Mailer; $mailer = new Mail::Mailer; $mailer->open(\%headers); print $mailer $body; $mailer->close;
So you can have your headers in the %headers hash.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://22343]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2025-02-08 21:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (95 votes). Check out past polls.