Menu

Sending an email notification

Hilfe/Help
Anonymous
2002-06-04
2002-06-06
  • Anonymous

    Anonymous - 2002-06-04

    What are the setting if I want to send an email to someone who forgot their password. My server receives the request to process but then denies because it comes from "nobody" and my Sendmail server requires "auth".

     
    • Mirko Giese

      Mirko Giese - 2002-06-06

      www.php.net/mail is the documentation, you have to set the "from" header within the mail-function like this:
      mail('to','subject','message','FROM:yourname@yourdomain.com')

       
    • Anonymous

      Anonymous - 2002-06-06

      When procmail is disabled php will send mail. The error logs say:sendmail[18609]: g562n2n0018606: SYSERR(nobody): openmailer: insufficient privileges to change gid. I must have permissions screwed up but don't know which ones.

       

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.