The problem is, once the user fills out the info and is confirmed, nothing happens. The confirmation page says it sent the email to the address, but the e-mail never arrives. I've tried three different addresses and still nothing.
Can anyone help me?
[edited by: phranque at 4:07 am (utc) on May 28, 2009]
[edit reason] exemplified domain [/edit]
- check your path to sendmail
- check the formmail FAQ and/or readme files on matt's script archive
- site:webmasterworld.com formmail.pl [google.com]
318North, go carefully through the readme and examples files, and do the script configuration carefully. Make sure your path to sendmail is correct. Your cPanel might have a line in it telling you the correct path to use.
If all else fails, you could post your config lines here. Remember to remove all references to your site, your email addresses, and anything else that would identify the site you are talking about.
I found this in the code: L<CGI::NMS::Mailer::Sendmail>, L<CGI::NMS::Mailer::SMTP>,
You are only supposed to configure about 20 lines near the top of the file. They are clearly marked as:
# USER CONFIGURATION SECTION
Don't modify anything else.
[edited by: SteveWh at 2:44 am (utc) on May 29, 2009]