View Issue Details

IDProjectCategoryView StatusLast Update
0003344mantisbtemailpublic2012-08-03 09:19
Reporterdparsons Assigned Tojlatour  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.0rc1 
Fixed in Version0.19.0rc1 
Summary0003344: New Account Emails are being sent even when email notification is off
Description

When a new account is created an email is always sent regardless of whether email notifications are off. My installation does not require any email notification and so the signup & notification globals are off.

However, in user user_api.php user_create it calls the email_api.php email_signup function which has this code:

Send signup email regardless of mail notification pref

or else users won't be able to sign up

email_send( $v_email, lang_get( 'new_account_subject' ), $t_message );

This should be fixed to honour the email settings, otherwise systems which deliberately do not have email configured get a screen showing the email and smtp errors.

Dave

TagsNo tags attached.

Relationships

related to 0004292 closedthraxisp Sign-up sends a password for LDAP 
child of 0003987 closedvboctor Mantis 0.19.0 Release 

Activities

dparsons

dparsons

2003-09-08 11:35

reporter   ~0004613

Apologies this should be under email feature and minor problem.

Dave

thraxisp

thraxisp

2004-08-15 19:22

reporter   ~0006998

fixed in CVS.

Related Changesets

MantisBT: master 7e7550a6

2004-08-15 20:24

thraxisp


Details Diff
fix for 0003344: [email] New Account Emails are being sent even when email notification is off

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2853 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003344
mod - core/email_api.php Diff File
mod - doc/ChangeLog Diff File
mod - config_defaults_inc.php Diff File