Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Trying to send a nicely formatted email -> GMail

by hippo (Bishop)
on Apr 25, 2018 at 15:50 UTC ( [id://1213538]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $email = Email::MIME->create(
        header_str  => [
            From     => [ "cdatwitter\@grumble.edu" ],
    ...
        ],
        parts       => [ @parts ],
    );
    
  2. or download this
    my $email = Email::MIME->create(
        header_str => [
    ...
        ],
        parts     => [ @parts ],
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 23:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found