Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Sending out text mail

by gube (Parson)
on Oct 17, 2005 at 06:47 UTC ( [id://500668]=note: print w/replies, xml ) Need Help??


in reply to Sending out text mail

Hi, try using this MIME::Lite module it's easy to Sending out text mail using sendmail or smtp.

use MIME::Lite; ### Start with a simple text message: $msg = MIME::Lite->new( From =>'vijay@india.com', To =>'vijay@yahoo.co.in', Subject =>'A message with 2 parts...', Type =>'TEXT', Data =>"Here's the GIF file you wanted" ); $msg->send();

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found