Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Email::Mime Errors

by almut (Canon)
on Mar 18, 2010 at 14:43 UTC ( #829412=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $from = "abc1\@gmail.com";   # double quotes
    my $to   = 'abc3\@gmail.com';   # single quotes
    ...
    __END__
    from: abc1@gmail.com
    to:   abc3\@gmail.com           # !!
    
  2. or download this
    #!/usr/bin/perl -l
    use Email::Address;
    ...
    __END__
    ok     : abc3@gmail.com
    not ok :
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2023-09-26 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?