Actions
Feature #7919
closedAdding option to disable activation mail for users created via email unknown_user=create
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
Actions