Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Is there no way to include a "bcc" field? #52

Closed
screaser opened this issue Feb 7, 2016 · 3 comments
Closed

Is there no way to include a "bcc" field? #52

screaser opened this issue Feb 7, 2016 · 3 comments

Comments

@screaser
Copy link

screaser commented Feb 7, 2016

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.

@johanbrook
Copy link
Contributor

Hi @screaser. I'd be happy to see a PR on this, it's quite trivial. Just pass the proper options to Email.send (http://docs.meteor.com/#/full/email_send), which is called in here: https://github.com/lookback/meteor-emails/blob/master/lib/mailer.js#L225 :)

@johanbrook
Copy link
Contributor

This is published in 0.7.2.

@screaser
Copy link
Author

screaser commented Mar 8, 2016

Thanks for the heads up! Very sorry I hadn't gotten around to working on a PR yet... I appreciate your help on this!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants