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 #1

Updated by Toshi MARUYAMA about 13 years ago

  • Category set to Email notifications
Actions #2

Updated by Marco Descher over 9 years ago

+1

Actions #3

Updated by Mischa The Evil about 6 years ago

  • Is duplicate of Feature #11498: Add --no-account-notice option for the mail handler script added
Actions #4

Updated by Mischa The Evil about 6 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

This has long been implemented (via #11498 for 2.3.0) as the --no-account-notice option. Closing this issue as such, in favour of #11498.

Actions

Also available in: Atom PDF