View Issue Details

IDProjectCategoryView StatusLast Update
0008304mantisbtemailpublic2012-08-26 16:17
Reporterdevboy00 Assigned Todregad  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version1.1.0a3 
Summary0008304: The Recipient field in all emails doesn't get populated
Description

When setting the email to SMTP the recipient is not sent to the SMTP server. The recipient is set, but does not go out.

Steps To Reproduce

Set relevant config_inc.php settings:

$g_mail_use_bug_priority = ON;
$g_mail_bug_priority_default = NORMAL;
$g_mail_auto_signup = ON;
$g_mail_default_bug_category = 'E-mailed Issues';
$g_phpMailer_method = 2;
$g_smtp_host = 'SMTPHOST';

    # --- email variables -------------
$g_administrator_email  = 'AN_EMAIL';
$g_webmaster_email      = 'AN_EMAIL';

# the "From: " field in emails
$g_from_email           = 'AN_EMAIL';

# the return address for bounced mail
$g_return_path_email    = 'AN_EMAIL';

This behavior is seen in both bug emails and in check.php

Additional Information

Here are lines from:
email.log:
2007-08-23 20:25 CDT mail bug=194, type=bugnote, msg=email_notification_title_for_action_bugnote_submitted, recipients=()

localhost SMTP log:
2007-08-24 00:43:39 127.0.0.1 192.168.0.13 SMTPSVC1 ESMERELDA 127.0.0.1 0 MAIL - +FROM:<AN_EMAIL> 250 0 42 29 0 SMTP - - - -
2007-08-24 00:43:39 127.0.0.1 192.168.0.13 SMTPSVC1 ESMERELDA 127.0.0.1 0 RCPT - +TO:<> 501 0 27 10 0 SMTP - - - -

linux SMTP log:
Aug 23 19:31:21 njohnson sm-mta[2016]: l7O0VLWA002016: from=<AN_EMAIL>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=[192.168.0.13]
Aug 23 19:31:21 njohnson sm-mta[2016]: l7O0VLWB002016: <nomail>... User unknown

TagsNo tags attached.

Relationships

has duplicate 0008303 closedvboctor The Recipient field in all emails doesn't get populated 

Activities

dregad

dregad

2012-08-17 06:37

developer   ~0032601

I would assume that this behavior is fixed in recent versions of MantisBT, through updates of underlying PHPMailer library.

Please try with 1.2.12 (in dev atm - download a nightly build)