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

Email To using same domain does not work


  1. elysiumgoz
    Member

    I've got my forms working just as I want them except for sending notification emails to myself.

    If I send them to an email address on a different domain, the emails are received correctly.

    If I send them to an email address on the same domain that the form is on, then the emails are not received.

    Can you advise?

    thanks

    Andy

    Posted 14 years ago #
  2. yuniar

    Let's try your mail server functionality with these script :

    <?php
     mail('your_email@example.com', 'Test Subject', 'Test Message');
     echo "Mail sent! Please check it.";
    ?>

    put those code in a PHP file and don't forget to change the mail address using the same domain that the form/script is on. After that upload the file and run from your web server. if you do not receive the email, most likely there is a problem with your mail server.

    I suggest to contact your web host support about this.
    If you have SMTP server, try to use it, put the configuration into your config.php file.


    MachForm Founder

    Posted 14 years ago #

RSS feed for this topic

Reply