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

Amazone SES exceptions #241

Closed
jbarbara opened this issue May 10, 2016 · 1 comment
Closed

Amazone SES exceptions #241

jbarbara opened this issue May 10, 2016 · 1 comment
Labels
enhancement New feature or request

Comments

@jbarbara
Copy link

jbarbara commented May 10, 2016

When using Amazon SES it will throw an exception using sendraw with a new MimeKit message, if there are only Bcc addresses.

SES(maybe others?) doesn't like a blank 'To' header, if I manually remove that header after MimeKit message creation it works.

Fix: make default constructor NOT add 'To' header by default, only when To addresses are added.

jstedfast added a commit that referenced this issue May 10, 2016
@jstedfast jstedfast added the enhancement New feature or request label May 10, 2016
@jstedfast
Copy link
Owner

Fixed.

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

No branches or pull requests

2 participants