Alright so here's the dealio.
I want to create a basic feedback form with PHP. Did it, but received the following error:
Warning: mail() [function.mail]: SMTP server response: 553 sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1) in [file] on line 116
I looked into this and it seems that I need to config “SMTP” in the php.ini file.
The Problem: After calling the php info, I'm pretty sure it's my webhost that has access to this file. I contacted them, and they replied by telling me to create a custom one, as they are a "Microsoft Windows 2003 Server that specialize in ASP, ASP.NET, and SQL Server. We have limited experience with PHP."
So I need to figure out how to create my own, and edit the SMTP settings.
ANY help would be really appreciated.