I've worked on various setups with HTML and recently was introduced to PHP in order to run a forum webmail script on a website. This script has worked wonderfully without any problems in the past, until recently. Typically we use a host that we resell to our clients, but one client has their own Apache server running on Windows NT. The script no longer works. From the people I've been able to get some help with locally, the problem exists because the PHP code was changed from when the initial script was written to now. I've made the modifications to the sctipt as indicated by those people, but here's the problem I'm not sure I understand.
From what I can tell, PHP calls on sendmail or another mail type of program in order to actually send out the email. I've been unable to get the client's pop/smtp server to relay the message (they have open relaying turned off/mail server is different than web server) so I'm not sure the most effecient way to acomplish this, thus my request for suggestions.
Your thoughts?
And thanks for any help anyone can offer.
From what I can tell, PHP calls on sendmail or another mail type of program in order to actually send out the email. I've been unable to get the client's pop/smtp server to relay the message (they have open relaying turned off/mail server is different than web server) so I'm not sure the most effecient way to acomplish this, thus my request for suggestions.
Your thoughts?
