Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Sending email with Perl

by snadra (Scribe)
on Jul 21, 2003 at 13:56 UTC ( [id://276279]=note: print w/replies, xml ) Need Help??


in reply to Sending email with Perl

Hello,

I think it is the easiest to use the MIME::Lite Module for that.
use MIME::Lite; # simple message, just text: $msg = MIME::Lite->new( From =>'me@myhost.com', To =>'you@yourhost.com', Cc =>'some@other.com, some@more.com', Subject =>'Hi!', Data =>"The content of the message\n..." );
You can also send messages with attagements or HTML messages...

snadra

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-23 22:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found