You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
Tried adding a line to the config for one of my emails along the lines of:
from: 'MyCo <team@MyCo.com>',
to: recipient.emails[0].address,
bcc: 'developer@email.com', <<<
... the idea being that I could watch the early emails to see if things were working as expected. But no luck... didn't find anything in the docs either.
Is there a way to add a "bcc" header line, using lookback/meteor-emails?
If so, perhaps add to the Readme page... if not, I guess this is a [low priority?] feature request. Happy to look into creating a PR if desired; I'm not familiar with the underlying Mailer package though.
The text was updated successfully, but these errors were encountered:
Tried adding a line to the config for one of my emails along the lines of:
... the idea being that I could watch the early emails to see if things were working as expected. But no luck... didn't find anything in the docs either.
Is there a way to add a "bcc" header line, using lookback/meteor-emails?
If so, perhaps add to the Readme page... if not, I guess this is a [low priority?] feature request. Happy to look into creating a PR if desired; I'm not familiar with the underlying Mailer package though.
The text was updated successfully, but these errors were encountered: