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

best way to transfor package Mail::Internet to Email::MIME and send mail

by swilting (Beadle)
on Sep 12, 2010 at 21:19 UTC ( [id://859914]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     package PerlWebmail::Message;
    use base qw(Mail::Internet);
    
    ...
    }
    
    1;
    
  2. or download this
    sub mailer
        {
    ...
    die "Error sending email: $@" if $@;
    return retrieve_message($r);
          }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-24 17:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found