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

Add support for specifying Content-Transfer-Encoding #8

Closed
mgreene opened this issue Nov 6, 2014 · 1 comment
Closed

Add support for specifying Content-Transfer-Encoding #8

mgreene opened this issue Nov 6, 2014 · 1 comment

Comments

@mgreene
Copy link

mgreene commented Nov 6, 2014

No description provided.

@eddiezane
Copy link
Contributor

Hi @mgreene,

Our current web api does not have support for it. We're currently working on v3 and it's on our radar!

If you need to specify it, we support it fully over smtp. You could use the Mail gem for this.

@mail.parts.each do |p|
  p.content_transfer_encoding = 'base64'
end

Taken from here basically.

jamietanna pushed a commit to jamietanna/sendgrid-ruby that referenced this issue Oct 13, 2018
jamietanna pushed a commit to jamietanna/sendgrid-ruby that referenced this issue Oct 13, 2018
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

2 participants