[feat] Allow embedding user-defined logo and user-defined text in email template

This commit is contained in:
Jimmy 2021-02-19 17:01:24 +08:00
parent a45008640f
commit 55f56495f4
3 changed files with 165 additions and 70 deletions

View file

@ -1,7 +1,7 @@
Osem::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
config.action_mailer.delivery_method = :letter_opener
config.action_mailer.delivery_method = :letter_opener_web
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development