I WAS trying to send mail using PHP from within IIS, the SMTP server had refused to send mail beyond the domain without authentication, but php mail() could not provide that. The hosting firm does not have Pear, I could not find another way ?
UPDATE/STOP PRESS: Using 'fsockopen' I was eventually able to get it working. I have pasted the working solution here.
Thank you to the people who viewed my query, but in the end I solved it myself BUT only because of the many selfless folks who inhabit the Web. In fact the best sample I found still did not work on my hosted server until it was tweaked, so I shall take a little credit.
UPDATE/STOP PRESS: Using 'fsockopen' I was eventually able to get it working. I have pasted the working solution here.
Thank you to the people who viewed my query, but in the end I solved it myself BUT only because of the many selfless folks who inhabit the Web. In fact the best sample I found still did not work on my hosted server until it was tweaked, so I shall take a little credit.
Comment