Closed fabn closed 9 years ago
Good point! I can confirm that this is something that needs to be fixed. I'll look at it in the following week.
tors 16 apr 2015 19:55 Fabio Napoleoni notifications@github.com skrev:
in my mailer classinclude Roadie::Rails::Mailer
Override url options for this mailer onlydef roadie_options
super.combine(url_options: {host: ENV['ROADIE_URL_HOST']})end def my_mailer mail_options[:from] = sender
...
roadie_mail(mail_options)end
<%= link_to t(:top), '#top' -%>The delivered email contains this html:
while it should not touch that anchor tag.
— Reply to this email directly or view it on GitHub https://github.com/Mange/roadie-rails/issues/40.
I just released roadie
3.0.5 which has a fix for this. Thank you for reporting this! :heart:
The delivered email contains this html:
while it should not touch that anchor tag.