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
Firstly, let me thank you for this gem, it is a great one.
Well, but I do have an issue, within one of my Mailer action I have something like this:
attachments.inline['mail_image.png'] = File.read('public/mails/mail_image.png')
And when I browse to the email preview, I have a lot of strange caracters: �PNG���� ...
So, how may I properly render inline attached images?
Thanks :)
Kulgar.
The text was updated successfully, but these errors were encountered:
Hi!
Firstly, let me thank you for this gem, it is a great one.
Well, but I do have an issue, within one of my Mailer action I have something like this:
attachments.inline['mail_image.png'] = File.read('public/mails/mail_image.png')
And when I browse to the email preview, I have a lot of strange caracters: �PNG���� ...
So, how may I properly render inline attached images?
Thanks :)
Kulgar.
The text was updated successfully, but these errors were encountered: