Fix call on nil for in-product marketing email
This fixes an issue with the in-product marketing emails, where we called `.html_safe` on the second body line, which can be `nil`. It also fixes a deprecation warning for the `inline_image_link` where `options` was passed as a keyword argument.
Showing
Please register or sign in to comment