Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: sending email under windows 10

by *alexandre* (Scribe)
on Jun 29, 2019 at 12:56 UTC ( [id://11102117]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!"C:\xampp\perl\bin\perl.exe"
    
    ...
    print "Content-Type: text/html\n\n";
    print "Email Sent Successfully\n";
    print "Send email from windows 10 ok";
    
  2. or download this
    #!"C:\xampp\perl\bin\perl.exe"
    use strict;
    ...
    );
    
    sendmail($email, { transport => $transport });
    
  3. or download this
    [Sun Jun 30 15:15:31.745191 2019] [cgi:error] [pid 6624:tid 1868] [cli
    +ent ::1:64916] End of script output before headers: mail4.pl
    [Sun Jun 30 15:15:31.745191 2019] [cgi:error] [pid 6624:tid 1868] [cli
    +ent ::1:64916] AH01215: unable to establish SMTP connection\r: C:/xam
    +pp/cgi-bin/mail4.pl
    ...
    [Sun Jun 30 15:15:31.748683 2019] [cgi:error] [pid 6624:tid 1868] [cli
    +ent ::1:64916] AH01215: Sub::Exporter::Util::__ANON__('Email::Simple=
    +HASH(0x27d46c8)', 'HASH(0x27d4200)') called at C:\\xampp\\cgi-bin\\ma
    +il4.pl line 32\r: C:/xampp/cgi-bin/mail4.pl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-25 09:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found