View Issue Details

IDProjectCategoryView StatusLast Update
0008176mantisbtemailpublic2007-08-02 02:28
Reportergrangeway Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.1.0a4 
Summary0008176: Email Server offline causes a delay in mantis interface
Description

If the email server is offline (and cronjob for emails is not enabled), a delay in using the web interface is seen:

if unable to place the email in the email server queue, then the connection to the server is down,

and hence no point to continue trying with the rest of the emails.

if ( !email_send( $t_email_data ) ) {
continue;
}

Instead of breaking out of the loop we continue through each email. As we take smtp server from the config, this means trying to make multiple connections to the same smtp server which is offline.

TagsNo tags attached.

Activities

There are no notes attached to this issue.