You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.
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 :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :)
The text was updated successfully, but these errors were encountered: