Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Mail::Send and Bcc revealed

by Kozz (Friar)
on Jun 03, 2004 at 20:20 UTC ( [id://360464]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $msg = new Mail::Send;
    $msg->add('From', $rs->{'em_from'} );
    ...
    $rs->{'em_body'} =~ s/\n/\r\n/sg; # convert line-endings for windows m
    +achines.
    print $fh $rs->{'em_body'};
    $fh->close(); # completes message and sends it
    
  2. or download this
    X-Final-To: bccaddress@site.com
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-19 03:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found