Noviceform.cgi [smtp Problem]

I've read through a number of threads here on cgi and php with respects to form processing. I've not been able to get any of the php form scripts to work. I keep getting 'sorry your mail did not go through, due to some problem with php server'. I tried to use the cgimail that is pre installed, but when I download it in ASCII format, it looks like gibberish, as it does when I download it in binary. I also was unable to get the ultimate mail thingy to run, it kept giving me 500 errors. I finally tried <a href="http://noviceforms.com/" target="_blank">Novice Mail</a>. I thought I had hit paydirt, as once I had configured the script for smtp and pointed towards mail.xxxxx.xxx, the script appeared to run. It returned my success page url. However, the mail does not go through. Any suggestions?<!--content-->
Mr. Coot,<br /><br />Welcome to the forums. I have not used that script before so I am not sure. Hang tight and see if someone has had experience with it.<!--content-->
Welcome to the forums <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />Have you got the email address set correctly for where you are trying to send to?<br /><br />From the readme file;<br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->(REMEMBER THE \ BEFORE THE @ SIGN example: \@)<br />$sendto = "sendto\@******";  CORRECT WAY!!!!<br />$sendto = "sendto@******";  WILL NOT WORK!!!!<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />If you are using "SMTP" rather than "sendmail" you will need to add a valid email address and password to authenticate that you are a valid account to send emails.<br /><br />If you PM me with your domain name, I'll have a quick look, and see if I can see the issue.<!--content-->
Having had a quick look, I would set it to use the sendmail option, and the following location for the sendmail.<br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->        $useLib = "sendmail";<br /><br />        $mailprog = "/usr/sbin/sendmail"; ## $mailprog  Is the path to sendmail on your server  ##<!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
Welcome to the forum, Mr. Coot. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Welcome to the forums. I hope Andy's suggestion solved your issue.<!--content-->
Welcome to the forum, Mr. Coot <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />Hope you are all set with the e-mail form<br />if not let us know and we will get you going.<!--content-->
We3lcome to the forums, Mr. Coot! <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbup1.gif" style="vertical-align:middle" emoid=":thumbup1:" border="0" alt="thumbup1.gif" /><!--content-->
Welcome to the forums Mr Coot <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
You guys are quick. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/clapping.gif" style="vertical-align:middle" emoid=":clapping:" border="0" alt="clapping.gif" /> Thanks very much Andy for solving this for me. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbup.gif" style="vertical-align:middle" emoid=":thumbup:" border="0" alt="thumbup.gif" /><!--content-->
You're welcome <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />I'm glad it's all working for you <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Back
Top