Zak El Fassi

Results 4 comments of Zak El Fassi

@gstoyanov well yeah. This pull just documents this behaviour in README file.

The safest way to deal with this issue is tightly wrap your code according to RFCs; i.e. your `from` address should always look like `"\"#{from_name}\" "`.

Could you remove this line from your Gemfile `gem 'sass-rails', :git => 'https://github.com/zakelfassi/sass-rails'` and just use `gem 'sass-rails'` ? (see the latest releases here: https://github.com/rails/sass-rails/releases)

as @wojtekmach mentioned, you should set the router -explicitely- as follows: ``` mount YourMailPreviewClassName, :at => 'your_endpoint' ``` (this should be closed as it's not a `mail_view` issue.)