Vermillion
09-01-05, 11:50 AM
I'm trying to create an HTML form to send an email to a local account on the server.
I've tested the mail server and it can receive emails just fine.
My problem is when I use the following PHP syntax:
<?php
mail("name@domain", "Test Subject", "Message");
?>
I've tested my form to make sure I'm getting the correct information & syntax and it works fine.
But the server never gets the email. I'm wondering if I have a configuration error somewhere in one of the ini files.
I've tested the mail server and it can receive emails just fine.
My problem is when I use the following PHP syntax:
<?php
mail("name@domain", "Test Subject", "Message");
?>
I've tested my form to make sure I'm getting the correct information & syntax and it works fine.
But the server never gets the email. I'm wondering if I have a configuration error somewhere in one of the ini files.