Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Recommendation for email sending modules please

by duelafn (Parson)
on Sep 10, 2011 at 19:33 UTC ( [id://925273]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Email::Simple;
    use Email::Sender::Simple qw(sendmail);
    
    ...
      body   => $message,
    );
    sendmail($email);
    
  2. or download this
    use MIME::Lite;
    use MIME::Lite::HTML;
    use HTML::FormatText::WithLinks;
    ...
      die "@errors" if @errors = $ml->errstr;
      $m->send;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-18 19:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found