View Issue Details

IDProjectCategoryView StatusLast Update
0019475mantisbtemailpublic2015-04-28 03:36
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.0-beta.1 
Target Version1.3.0-beta.2Fixed in Version1.3.0-beta.2 
Summary0019475: Administrators should be able to bypass allow_blank_email = OFF
Description

There are cases where administrators don't want to allow users to have blank emails, yet they want to have special user accounts with no email account to avoid building up queues or causing email failures. Examples of this are:

  • anonymous user account.
  • The "community" user that I added to this tracker and similar users that represent a non-registered user or some queue of work.
  • user account used for incoming emails that don't map to a registered user

The code that consumes the email address handles blank emails, so we just need to disable the blocking of blank emails when logged in user is an administrator.

Tagsmantishub

Relationships

related to 0016070 closedvboctor Delay due to Mantis trying sending emails to non existent address 

Activities

vboctor

vboctor

2015-03-08 00:17

manager   ~0049152

Pull Request:
https://github.com/mantisbt/mantisbt/pull/586

Related Changesets

MantisBT: master 7e1ec631

2015-03-07 19:16

vboctor


Details Diff
Allow Admins to bypass blank email check

Fixes 0019475
Affected Issues
0019475
mod - core/email_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/email.xml Diff File