I have NT 4.0 SP6A running IIS 4.0 which has SMTP.
I've tested SMTP and it is sending mail, so I know that is working
PHP.ini has the correct settings SMTP = localhost
I'm willing to pay via PayPal or Keen to get this resolved ASAP.
Thanks!
What is your code? Maybe I can help, feel free to email me or send it here
take care
I run my own SMTP server on my computer. When I set it up it asked for a name. If I tell Outlook the SMTP server is localhost, it errors, if I tell it that the server is brian (what I named it) it works fine. Not sure if this helps or not 🙂
my php code is ...
mail("klord@fnbbh.com","$super Evaluation of $name",$o);
I've tried the following:
' instead of "
"$0"
What error do you get? What version of PHP do you have?
Finally got it working... by moving the code to it's own little test app and confirmed it worked there.
Tt wasn't the mail() code, but other code that prevented that line from even running!
I do have an internal SMTP issue on the server, but for now am using an external SMTP at the ISP's so it works.
I'm running PHP 4.23
anyway... i think u can use a script without mail() to do.
this is one good way to resolve something trouble
by this script it can do the mail function on the others SMTP 🆒