Project

General

Profile

Actions

Feature #7919

closed

Adding option to disable activation mail for users created via email unknown_user=create

Added by Poul Thomsen about 13 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
2011-03-18
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

Description

Adding an option to disable the mail send out to new users that is picked up by the mail_hander would be a really nice feature

File: app/models/mail_handler.rb

when 'create'
        @user = MailHandler.create_user_from_email(email)
        if @user
          logger.info "MailHandler: [#{@user.login}] account created" if logger && logger.info
#          Mailer.deliver_account_information(@user, @user.password)
        else

Quick solution is just to comment out line 67 (fix kindly provided by Jason B) but an option would be really nice :)


Related issues

Is duplicate of Redmine - Feature #11498: Add --no-account-notice option for the mail handler scriptClosedJean-Philippe Lang

Actions
Actions

Also available in: Atom PDF