Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Supporting Windows Platform #7

Open
eharshosh opened this issue Apr 17, 2016 · 0 comments
Open

Supporting Windows Platform #7

eharshosh opened this issue Apr 17, 2016 · 0 comments

Comments

@eharshosh
Copy link

Hi,

In order to make this plugin work on windows, I had to change the following line at email_send_patch.rb:
FROM:
related.attachments.inline[image_name] = File.read(attachment_object.diskfile) TO:
related.attachments.inline[image_name] = IO.binread(attachment_object.diskfile)

Thanks for this plugin :)

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

No branches or pull requests

1 participant