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

Re^4: Send Email With Picture Embedded in Body of Email

by jeffenstein (Hermit)
on Sep 10, 2020 at 15:51 UTC ( [id://11121560]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $msg = MIME::Lite->new(
         To      =>'you@yourhost.com',
    ...
        Path => '/path/to/somefile.gif',
    );
    $msg->send();
    
  2. or download this
    $smtp->datasend(
      join "\n",
    ...
        split "\n",
        $msg->as_string
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 18:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found