Re: some one look at this and tell me why it dont work

by "Gary Krockover" <gary(at)garykrockover.com>

 Date:  Thu, 19 Aug 2004 20:36:36 -0700
 To:  HWG Techniques <hwg-techniques(at)mail.hwg.org>
 In-Reply-To:  jgndesigns
  todo: View Thread, Original
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