Menu

Won't email me

Help
2008-08-02
2013-06-03
  • Bill McCracken

    Bill McCracken - 2008-08-02

    No matter what I have tried, the phpFormGenerator will not email me with new records. I have checked the processor file and my email address is in there. The processor file is 777 permissions. I have even tried an alternate email address. But it won't email me. Any ideas as to why it won't work? My service provider does have PHP turned on.

     
    • TNTEverett

      TNTEverett - 2008-08-02

      Create a simple email function like this and have your provider explain why it does not work.
      <?php
      echo "About to send email!";
      mail("youremail@yoururl.com","Testing Email Function","Hello World!");
      echo "Email sent.";
      ?>

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.