Skip to:
Content
Pages
Categories
Search
Top
Bottom

Register email not sent

  • Hi,

    I’m not able to send emails with activation code to my users after they have registered. I get the error below. can someone help?

    The e-mail could not be sent.
    Possible reason: your host may have disabled the mail() function…

    thanks!

Viewing 1 replies (of 1 total)

  • meg@info
    Participant

    @megainfo

    Mybe your hosting was disable php mail function.

    check if mail() is enabled, try this code :

    
    if ( function_exists( 'mail' ) || is_callable('mail') )
    {
    echo 'mail() is available';
    }
    else
    {
    echo 'mail() has been disabled';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Register email not sent’ is closed to new replies.
Skip to toolbar