Help for this page

Select Code to Download


  1. or download this
    "Error sending email: Email::Send::Gmail: no valid recipients at /usr/
    +lib/perl5/site_perl/5.8.8/Email/Send.pm line 252 at /usr/lib/perl5/si
    +te_perl/5.8.8/Email/Send.pm line 252"
    
  2. or download this
    my $multiple = 'test@one.com,test@two.com';
                    
    ...
        );
     eval { $sender->send($email) };
    print qq(Error sending email: $@) if $@;
    
  3. or download this
    my $multiple = 'test@one.com';