+ Reply to Thread
Results 1 to 2 of 2

Thread: William,Failed to send email.

  1. #1
    Join Date
    Jan 2004
    Posts
    1

    Default

    An error occurred while processing the form.
    The error was: Failed to send email.

  2. #2
    Join Date
    Dec 2003
    Posts
    3,901

    Default

    It sounds like a problem with your web server, assuming that the email address you're sending to is correct.

    Upload the following script to your web server,*put your email address in where indicated,*and open it with a browser.

    If you get the error message, then contact your hosting provider and ask them why this doesn't work.

    If it works, then we need to investigate whether you've made an error in your form or in configuring FormMail.

    Here's the script, and it's also attached:

    PHP Code:
    <?php
    if (mail("YOUR-EMAIL-ADDRESS","Testing","This is a test"))
    echo 
    "Mail sent";
    else
    echo 
    "Error sending mail";
    ?>
    Attached Files
    Last edited by russellr; 03-Mar-2004 at 10:15 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Failed to open CSV file
    By jibber in forum FormMail Subscription Support
    Replies: 6
    Last Post: 15-Sep-2005, 02:26 AM
  2. Upgrade failed
    By ptr in forum FormMail Subscription Support
    Replies: 1
    Last Post: 21-Jan-2005, 11:17 PM
  3. formail does not send an email
    By adkinscag in forum FormMail Subscription Support
    Replies: 2
    Last Post: 22-Oct-2004, 09:04 PM
  4. send an email in HTML
    By michecosta in forum FormMail Subscription Support
    Replies: 3
    Last Post: 25-May-2004, 09:18 PM
  5. Help trying to set up a form to email and send info to file
    By rridsdale in forum FormMail Subscription Support
    Replies: 1
    Last Post: 14-Jan-2004, 03:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts