"How do I send email without using UNIX sendmail?
faq219-1563
This neat sub was posted by AaronGeorge.
Use the module, Net::SMTP available from CPAN. It will work on any system with or without sendmail, UNIX or windows."
Can someone please clarify this for me? I have Apache and PERL installed, have working CGI scripts, and a working email server. If I incorporate the script from this FAQ in a .cgi file to launch an email, is there any other software that I have to download? What is the module from CPAN that this refers to? Do I download and install another piece of software?
I tried using the script and nothing happens - no errors, no email server log activity of any kind. It just doesn't execute; yet other script in that directory works fine.
What I want to do is launch an email in response to a guestbook entry, to the webmaster and the guest, acknowledging the entry. The guestbook part works. I have this routine running on a unix server at a hosting company, but want to transfer the domain to my Win2K Pro server. To do this I need to get the SMTP script working. Thanks.
Newposter
"Good judgment comes from experience. Experience comes from bad judgment."
faq219-1563
This neat sub was posted by AaronGeorge.
Use the module, Net::SMTP available from CPAN. It will work on any system with or without sendmail, UNIX or windows."
Can someone please clarify this for me? I have Apache and PERL installed, have working CGI scripts, and a working email server. If I incorporate the script from this FAQ in a .cgi file to launch an email, is there any other software that I have to download? What is the module from CPAN that this refers to? Do I download and install another piece of software?
I tried using the script and nothing happens - no errors, no email server log activity of any kind. It just doesn't execute; yet other script in that directory works fine.
What I want to do is launch an email in response to a guestbook entry, to the webmaster and the guest, acknowledging the entry. The guestbook part works. I have this routine running on a unix server at a hosting company, but want to transfer the domain to my Win2K Pro server. To do this I need to get the SMTP script working. Thanks.
Newposter
"Good judgment comes from experience. Experience comes from bad judgment."