We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The absolute image url of an email message should be built using the asset_host if present.
asset_host
config.action_controller.asset_host = "http://assets.example.com"
If not present, then go ahead and fallback to default_url_options
default_url_options
The text was updated successfully, but these errors were encountered:
Good point. I'll take a look. You can work around this by generating the full URLs yourself for now.
Sorry, something went wrong.
+1
I'm closing this right now since this is a roadie-rails concern. See Mange/roadie-rails#11.
roadie-rails
Merge pull request Mange#26 from tricknotes/rails-42
cf87cad
Support Rails 4.2.0
No branches or pull requests
The absolute image url of an email message should be built using the
asset_host
if present.If not present, then go ahead and fallback to
default_url_options
The text was updated successfully, but these errors were encountered: