Is it possible to send an Email with only cc or bcc recipients using Mail::Sender? When I try to send an Email without a "to" address, I get the expected return code:
-8 = argument $to empty
|
|
|||
|
|
|
Have you tried using '' ? |
||
|
|
|
Does the
http://search.cpan.org/~jenda/Mail-Sender-0.8.16/Sender.pm Looking at the source, it seems you'd still need to set the |
|||
|
|
|
|
Using an empty string
|
||
|
|