This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

e-mail not sending (godaddy hosting)


  1. Matt
    Member

    The form works, the database is setup correctly however I am not receiving any email from Machform when I submit a form. The correct e-mail is specified in the Machform control panel and I have not changed the config to SMTP mail so it should just use php for e-mail right?
    This is the first time I have used forms and I am out of ideas, help please
    Is there something else I need to setup am I missing something?

    Posted 15 years ago #
  2. redityo

    Hi Matt,

    Have you try your mail functionality with these script ?

    <?php
    mail('test@example.com', 'Test Email', "This is a test");
    echo "Mail sent";
    ?>

    Simply create a PHP file and put those code in there, then run the script. If you didn't get any mail, maybe you've a problem with your mail server. You can try to use a SMTP mail server instead.

    Don't forget to change the email address with yours.


    MachForm Support

    Posted 15 years ago #
  3. yuniar

    If the above mail function doesn't work on your server.

    Try to edit your config.php file and set these values:

    define('USE_SMTP',true);
    define('SMTP_HOST','relay-hosting.secureserver.net');

    I think you can use SMTP on your GoDaddy server.
    Info from GoDaddy:
    http://help.godaddy.com/article/951


    MachForm Founder

    Posted 15 years ago #
  4. Matthew
    Member

    The script from redityo works and I get an e-mail however the forms do not generate an e-mail. I have Machform installed as per the instructions and have selected to email me in the form setup. What else can I try?

    Posted 15 years ago #
  5. Matthew
    Member

    Oh and I registered again (lost password and no access to the work email I used to register 1st until tomorrow)

    Posted 15 years ago #
  6. yuniar

    That's weird.
    Can you send us your config.php file? Also let us know your MachForm admin panel URL.

    We'll check it further.
    GoDaddy should be working just fine. We've done many installation at GoDaddy.

    Please mail the file and info to: customer.service [at] appnitro.com


    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Reply