Created
          October 1, 2013 12:17 
        
      - 
      
- 
        Save ss81/6777586 to your computer and use it in GitHub Desktop. 
    How do I disable the confirmation email sent out from Drupal?
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | In Drupal 7, the conf variable you should add the following line in your settings.php | |
| $conf['user_mail_register_no_approval_required_notify'] = FALSE; | |
| The bold could take this value: | |
| register_admin_created: Welcome message for user created by the admin. | |
| register_no_approval_required: Welcome message when user self-registers. | |
| register_pending_approval: Welcome message, user pending admin approval. | |
| password_reset: Password recovery request. | |
| status_activated: Account activated. | |
| status_blocked: Account blocked. | |
| cancel_confirm: Account cancellation request. | |
| status_canceled: Account canceled. | |
| Be careful, it's user_mail_YOUR_VARIABLE_notify. | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment