• Resolved bonnerl17

    (@bonnerl17)


    When I try to test the self register part of my website it does not send a email with a password like it says it will, then when i try the lost password part of the page and the account that I just registered it says I don’t have the “mail()” function enabled and I don’t know where that would be changed. I do know that it registers the user no problem cause I can sign into my admin log on and it’ll show the user. Anyone know what need to do to fix it?

Viewing 1 replies (of 1 total)
  • https://uk.php.net/manual/en/ref.mail.php

    Requirements

    For the Mail functions to be available, PHP must have access to the sendmail binary on your system during compile time. If you use another mail program, such as qmail or postfix, be sure to use the appropriate sendmail wrappers that come with them. PHP will first look for sendmail in your PATH, and then in the following: /usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib. It’s highly recommended to have sendmail available from your PATH. Also, the user that compiled PHP must have permission to access the sendmail binary.

    This is an issue with how your server is set up. Contact your host.

Viewing 1 replies (of 1 total)
  • The topic ‘mail()’ is closed to new replies.