I'm using this CGI script.
CGI is working, but I cannot sent emails from this form in CentOS. Please help me? Do I have to set-up anything for it? or MTA?
|
|
I'm using this CGI script. CGI is working, but I cannot sent emails from this form in CentOS. Please help me? Do I have to set-up anything for it? or MTA?
|
|||
|
|
|
Perl comes with excellent documentation that is accessible from the command line using
Table of contents
Help on a function
Search FAQ list for a keyword:
Depending on the OS/distribution combination, an HTML version of the documentation might also be installed. You should skim through the FAQ and the main parts at least once a year, every year. I do not think it is a good idea for us to download some arbitrary binary posted somewhere. If you are going to post code, post it here. As for your question, the FAQ might help you begin to debug: How do I send mail? |
||
|
|
|
|
You shold check sendmail command
and , Can you send email with sendmail command? |
||
|
|
|
|
Hm, kind of hard to check. It appears fairly generously commented, unfortunately in Japanese :-/. From what I can see, it expects you to set variable $server to be a SMTP server that accepts outgoing mail. So you'll need (access to) an SMTP server. |
||
|
|