View Issue Details

IDProjectCategoryView StatusLast Update
0020596mantisbtemailpublic2016-07-30 20:41
ReporterAnvilStriker Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status newResolutionopen 
Summary0020596: LOG_EMAIL_VERBOSE should include LOG_EMAIL
Description

Isn't it rather silly that if I specify LOG_EMAIL_VERBOSE that I should also need to specify LOG_EMAIL.

Verbose doesn't mean "those other messages over there," it means "everything".

Additional Information

This is just one more unneeded and unwelcome annoyance along the path to getting SMTP mail configuration right. Grr.

TagsNo tags attached.

Relationships

related to 0020403 closedvboctor Email notifications are hard to troubleshoot 

Activities

cproensa

cproensa

2016-07-30 20:41

developer   ~0053735

having:
<pre>
define( 'LOG_EMAIL', 1 ); # all emails sent
define( 'LOG_EMAIL_VERBOSE', 128 ); # logging for verbose email internals
</pre>

This would mean:
define( 'LOG_EMAIL_VERBOSE', 129 )