Why does my form not send email?

To help prevent unauthorized users from abusing our system you must create the email account in control panel that you have your form configured for.
The email account, that your form sends to, must exist in your control panel.

You will also want to reference SMTP @ /usr/sbin/sendmail

You may also wish to test the system by using the following simple script in a .php file:

<? $headers = 'From: webmaster@example.com'; mail('nobody@example.com', 'Test email using PHP', 'This is a test email message', $headers, '-fwebmaster@example.com'); ?>

 

  • 625 Users Found This Useful

Was this answer helpful?

Related Articles

Outlook: The Message Could Not Be Sent - An Error Has Occurred

When you try to send an e-mail message, you may receive the following error message: The message...

Mailbox shows email but I do not see any

Missing email in inbox. Your inbox size shows email but you do not see any. From time to time we...

Importing and Exporting Email in Horde

Exporting Your Emails from Horde In the navigation menu at left click on your general...

Outlook: Error 0x800C013C When You Receive E-mail Messages

When you try to receive e-mail messages in Outlook Express, you may receive the following error...

How can I setup my email for Everyone Dot Net

Simply go into your control panel, click mail, modify mail exchanger and you can change your mx...