Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Mail::Send and Bcc revealed

by xorl (Deacon)
on Jun 03, 2004 at 20:38 UTC ( [id://360478]=note: print w/replies, xml ) Need Help??


in reply to Mail::Send and Bcc revealed

A work around would be to have the first address in the list be one you don't mind showing up in the headers. As for what is causing this problem... I'm sorry but I don't know. I usually do something like:
open(MAIL, "|/usr/lib/sendmail -oi -t") || die "Can't open sendmail: $ +!"; print MAIL <<MESSAGE; To: $email Bcc: $bcc1, $bcc2 Subject: $subject This is an automagically generated message, please do NOT reply to it. MESSAGE print MAIL "More text goes here"; close(MAIL);
EDIT: you could use a foreach loop to add enough Bcc: addresses.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-16 14:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found