Problem/Motivation

Emails are going out CC and not BCC.

This just started happening.

Code in play:

Drupal core 8.9.8
Mail System 8.x-4.3
Admin Content Notification 8.x-3.6
SendGrid Integration 8.x-1.6

Also SendGrig service.

I'm not 100% that mailsystem is the cause of the issue. Not sure how to troubleshoot.

I would appreciate any help in figuring out where the problem lies and how to fix it.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

dougouverson created an issue. See original summary.

berdir’s picture

Status: Active » Postponed (maintainer needs more info)

I don't see why mailsystem would do anything about that. we just pass the mail params through to whatever plugin is configured, much more likely to be something with the sendgrid integration or the module sending the mails. debug what is being set as mails are sent.

dougouverson’s picture

Thank you for your input here.

If I may ask, How would I start the process of "Debug what is being set as mails are sent."?

Thank you.