Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Sending mails to multiple users

by markjugg (Curate)
on May 28, 2004 at 14:16 UTC ( [id://357240]=note: print w/replies, xml ) Need Help??


in reply to Sending mails to multiple users

If you are new to sending email with Perl, have you looked at MIME::Lite instead? I find it easy to use, yet powerful. It can send mail a number of ways, including SMTP. It's default is to just "Do the Right Thing". If that's not good enough, you can send the mail manually yourself.

With it, you can specify multiple recipients as you would in an email client:

To => 'a@b.c, d@f.g'

Log In?
Username:
Password:

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

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

    No recent polls found