Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
Welcome to the Monastery
 
PerlMonks  

Re: Perl-based Newsletter Script Needs Your Help

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

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.