hwg-techniques archives | Aug 2004 | new search | results | previous | next |
Re: some one look at this and tell me why it dont workby "Gary Krockover" <gary(at)garykrockover.com> |
|
Curious if you changed this line to your Sendmail server's mail record name if it would then send (I'm assuming that is what is broken -that it's not sending the email). From: /* Only run on our server... */ $mailconfserver1 = "www." . $mailconfserver; if (($HTTP_HOST == $mailconfserver) or ($HTTP_HOST == $mailconfserver1)) To: /* Only run on our server... */ $mailconfserver1 = "smtp." . $mailconfserver; if (($HTTP_HOST == $mailconfserver) or ($HTTP_HOST == $mailconfserver1)) (where SMTP could be that, or mail or whatever your sendmail is set to) GK
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA