Hello ya'll!
I am currently trying to get a php form to work using the PHP mail() function.
It's processing with no errors, but it is not sending any mail.
The form is hosted on an xserve with apache running on it.
my questions is that I am not very familiar with the workings of a xserve with the server admin app/tools. I am not too sure if I need to have SMTP enabled in the mail in order for it to send mail via the php mail function.
I have edited my php.ini file to go to the specific IP address of the mail server, and that doesn't seem to resolve anything either (our mail server is on a different server).
Postfix is on the server, but again I am not sure if server admin tools app is controlling that or not. Like I said, it's new to me.
Anyways, any help would be awesome.
If anyone needs any other info, please let me know.
Thanks!
I am currently trying to get a php form to work using the PHP mail() function.
It's processing with no errors, but it is not sending any mail.
The form is hosted on an xserve with apache running on it.
my questions is that I am not very familiar with the workings of a xserve with the server admin app/tools. I am not too sure if I need to have SMTP enabled in the mail in order for it to send mail via the php mail function.
I have edited my php.ini file to go to the specific IP address of the mail server, and that doesn't seem to resolve anything either (our mail server is on a different server).
Postfix is on the server, but again I am not sure if server admin tools app is controlling that or not. Like I said, it's new to me.
Anyways, any help would be awesome.
If anyone needs any other info, please let me know.
Thanks!