Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Sending a UTF-8 (Unicode) E-mail

by monarch (Priest)
on Jun 18, 2008 at 17:03 UTC ( [id://692745]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $data = "Goodbye in Japanese is \x{3055}\x{3088}\x{306A}\x{3089}.";
    
  2. or download this
    use Encode;
    use MIME::Entity;
    ...
            "MIME-Header", $subject
        ),
    );
    
  3. or download this
    use Net::SMTP;
    
    ...
        print( STDERR, "Rejected recipient.\n" );
    }
    $smtp->quit();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://692745]
Front-paged by Arunbear
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: (6)
As of 2024-04-23 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found