Help for this page

Select Code to Download


  1. or download this
    SMTP Failed to connect to mail server :
    at test1.pl line 17
    
  2. or download this
    #!/usr/bin/perl 
    use MIME::Lite; 
    ...
    #$msg->send_by_smtp($mailer); # do some error checking
    $msg->send; 
    print "Email Sent Successfully\n";