Actions
Defect #13714
closedno account notice setting works in mail handler script but not rake task
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
I was asked to open this as a new issue: http://www.redmine.org/issues/11498#note-9
no_account_notice=1 doesn't seem to work in cron. Example:
*/30 * * * * cd /usr/share/redmine && rake redmine:email:receive_imap RAILS_ENV="production" port=993 ssl=true host=imap.gmail.com username={} password={} project=Support status=New priority=High tracker=Support unknown_user=create no_permission_check=1 no_account_notice=1
The above still sends account notification emails to new email addresses.
There is a suggested patch here: http://www.redmine.org/issues/11498#note-8
Related issues
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicate with #13712.
Actions