Defect #15349
closedEmail Notification :: sendmail :: Missing destination address
0%
Description
Sympton:
When using method :sendmail, the resulting message does not contain the destination address.
config/configuration.yml
------------------------
production:
email_delivery:
delivery_method: :sendmail
The message below was generated, rejected and returned to the sender address. Notice that there are two fields "From:" but no field "To:".
There should have a field "To:" containing the email address of an user the administrator registered manually.
============================================================
A message that you sent contained no recipient addresses, and therefore no
delivery could be attempted.
------ This is a copy of your message, including all the headers. ------
Date: Thu, 14 Nov 2013 02:46:02 +0000
From: redmine@apache.xkbmedia.com
From: xkbm.net@gmail.com
Message-ID: <5284396a4d0fe_12715cd85c6622c@apache.mail>
Subject: Your Redmine account activation
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_5284396a45578_12715cd85c6618";
charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Mailer: Redmine
X-Redmine-Host: localhost:3000
X-Redmine-Site: Redmine
X-Auto-Response-Suppress: OOF
Auto-Submitted: auto-generated
List-Id: <redmine.apache.xkbmedia.com>
X-rewrote-sender: redmine@apache.xkbmedia.com
----==_mimepart_5284396a45578_12715cd85c6618
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
- Login: rgomes
- Password: XXXXXXXX
...