Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

How do I rewrite mail headers using Mail::Send?

by c (Hermit)
on Jun 25, 2002 at 03:13 UTC ( [id://177012]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
               $msg->to('user@host');
               $msg->subject('example subject');
               $msg->cc('user@host');
    
  2. or download this
               $msg->set($header, @values);
               $msg->add($header, @values);
               $msg->delete($header);
    
  3. or download this
               $msg->set("From","helpful\@mydomain.com");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-18 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found