Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 13

CurtisOdenPewPewKdfoxxesttc74422 +7 guests

Is there a way to disable the registration email?

I searched and couldn't find an answer to this question -- hoping someone can help? I'm using jsConnect as the only method of creating new users on an embedded Vanilla forum hosted on my domain. The new user gets created correctly but they receive an unwanted registration email. How can I disable this?

Thanks, Chris

Tagged:

Comments

  • Posts: 1,586 Accepted Answer

    There is a configuration setting that will prevent the email from being sent in single-sign-on situations:

    $Configuration['Garden']['Registration']['SendConnectEmail'] = TRUE;
    

    Vanilla co-founder

  • Posts: 2

    Thanks Todd -- which file(s) contain the configuration settings? Thanks in advance.

    Cheers, Chris

  • Posts: 599 Accepted Answer

    /config/config.php is where you change all the settings.

    you will find another file which says config-defaults.php in /config/ folder but NEVER EDIT THAT CONFIG-DEFAULTS.php and save all the config changes in CONFIG.PHP

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

  • Posts: 2

    Dear Todd & Sahotataran -- thanks so much for the quick replies. Much appreciated!

  • Posts: 599

    you are welcome :)

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

Sign In or Register to comment.