Set Content-Id
header on attachments through send message API
#2817
memcorrupt
started this conversation in
Feature suggestions
Replies: 1 comment
-
That would be a nice feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good to see that postalserver seems to have resumed development. 🙌
Currently, there is no support for setting the
Content-Id
header on attachments sent through/api/v1/send/message
. I'm not quite well versed enough with the project & programming in Ruby to pull request it at this time, but from my brief look into the source code, I believe it can be implemented pretty easily.cid
parameter and handling to attachments in send_api_controller.rb, so that it gets passed toOutgoingMessagePrototype.new
content_id
key within mail.attachments[name].If there is any documentation that could ease the setup of a development environment for Postal, I could attempt to make the changes and PR them upstream.
Beta Was this translation helpful? Give feedback.
All reactions