Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Sending email with Perl

by snadra (Scribe)
on Jul 21, 2003 at 13:56 UTC ( #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? | Other CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2023-03-31 09:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (75 votes). Check out past polls.

    Notices?