I am working on a project that utilizes a PHP contact form and the IT guy that works at the company says we have to specify their external mail server in order for this to work, is there a way for this to be done?
See the [mail function] section in php.ini or this: http://php.net/manual/en/mail.configuration.php
I was wondering if there was a way to do this in the code? I don't know if editing the php.ini file will be possible.
[man]ini_set/man
EDIT: And for all the gory details on a variety of ways to alter PHP's configuratoin, see: [man]configuration.changes[/man].