Closed (works as designed)
Project:
Commerce Core
Version:
8.x-2.0
Component:
Order
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2017 at 12:18 UTC
Updated:
5 Mar 2020 at 16:35 UTC
Jump to comment: Most recent
Comments
Comment #2
agoradesign commentedTo be precise, it should be send as Bcc. The code looks correct at: http://cgit.drupalcode.org/commerce/tree/modules/order/src/EventSubscrib... (lines 115-117)
You should debug into that lines and have a look, if the header is really not set
Comment #3
mglamanCan you please follow up to #2? We have the following test which asserts the Bcc field is populated
Comment #4
mediengenosse commentedSorry! BCC not being sent due to a misconfiguration of Mailserver. It was our fault! Works as designed.
Comment #5
hockey2112 commented@Mediengenosse, what was your fix? Mine is not sending a copy to that email address from the settings, either.
Comment #6
phandolin commented@hockey2112 I second that. I'm not having any luck sending copies of receipts either.
Comment #7
init90I also encountered such problem, in my case, it was "Swift Mailer" problem. Here is the solution: #2892104: Add support for CC and BCC headersit's wrong conclusion, please ignore it