Menu

automatic email notification

Help
Brad
2005-08-30
2013-05-01
  • Brad

    Brad - 2005-08-30

    I cannot get the email component to work. No messages are sent (using the , but no error message is received. Is there a place in the code or preferences where I can set the mail relay server? I am a newbie and do not know much about php. I work for a school district and have loaded the program on one of our servers which I have direct access to.

     
    • Jeremy Shaver

      Jeremy Shaver - 2005-08-30

      You didn't specify what server you're using but I'm guessing it is Windows. Take a look at the help for the "mail" function, found at:

        http://us2.php.net/manual/en/ref.mail.php

      for information about how to configure PHP to send mail to a specific SMTP. It may also be useful to look at

         http://us2.php.net/manual/en/ini.php

      In Unix, I think you have to configure the mail program differently, but I can't immediately recall how that is done.

       

Log in to post a comment.