Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to turn off using to: field in x-smtp header #12

Open
jcavena opened this issue Aug 8, 2013 · 3 comments
Open

Ability to turn off using to: field in x-smtp header #12

jcavena opened this issue Aug 8, 2013 · 3 comments

Comments

@jcavena
Copy link

jcavena commented Aug 8, 2013

I've found that using x-smtp's to: key and moving the TO addresses to it, Sendgrid does not consider or use the CC and BCC fields in the regular mail header. It is not always desired to send an email using TO to someone you intended to CC or BCC, so perhaps making this an option in the notifier method rather than a hard setting would be beneficial. This way we can use the to: key in the x-smtp header when desired, and use regular TO in mail header when it's not.

@DouweM
Copy link

DouweM commented Apr 10, 2014

We just ran into this problem as well. I might have time to add this feature early next week.

@paveltyk
Copy link
Owner

@jcavena do you think that switch should be at the Application config level, or per method switch?

@DouweM any chance you will be able to address that issue?

Thanks.

@DouweM
Copy link

DouweM commented Oct 21, 2014

@paveltyk I solved this with commit DouweM@69a3115 in the branch for my PR #10, which I'm on rather than master.

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

No branches or pull requests

3 participants