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

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

by afoken (Chancellor)
on Sep 10, 2020 at 15:01 UTC ( [id://11121554]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ##############################################################
    # Embed JPG image in email body.
    ...
       }
    close($fh2);
    $smtp->datasend("\"></body>");
    
  2. or download this
    $msg = MIME::Lite->new(
         To      =>'you@yourhost.com',
    ...
        Path => '/path/to/somefile.gif',
    );
    $msg->send();
    

Log In?
Username:
Password:

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

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

    No recent polls found