View Issue Details

IDProjectCategoryView StatusLast Update
0008770mantisbtemailpublic2008-01-19 04:24
Reportervboctor Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0 
Target Version1.1.1Fixed in Version1.1.1 
Summary0008770: Sending queued emails is still attempted even if email notifications are turned OFF, causing errors
Description

Mantis still attempts to drain the emails in the queue, even if email notifications are turned off. This causes timeout errors in case the email notifications are turned off due to an email server error. Also we shouldn't be sending emails if the admin had turned the feature off. Currently, we don't generate new ones, but we still attempt to send queued ones.

Sample error:
fsockopen(): unable to connect to localhost:25

Steps To Reproduce
  • Turn email notifications off.
  • Just set the following email configuration option, don't set the user name, password, server, etc.
    $g_phpMailer_method = 2;
  • Make sure the email queue table has some queued email.
TagsNo tags attached.

Activities

vboctor

vboctor

2008-01-19 02:55

manager   ~0016721

Fixed in Mantis 1.1.1 by svn:4908
Fixed in Mantis 1.2.x by svn:4909