docbrown/app/models/settings
Ridhwana b21397a8c6
"Reply to" and "From" Email addresses for SMTP Configurations (#16499)
* feat: create a from_email_address and a reply_to_email_address

* feat: update other mailers with the new SMTP email settings

* test: update all spec files

* fix: use the SMTP::Settings value

* fix tests

* spec: fix the comma

* feat: tighten some logic

* fix: test

* fix tests

* fix tests

* final fix test commit

* fix test

* fix test

* oops

* feat: add a reply_to for Devise Mailer

* chore: update the description

* use a proc for reply_to

* feat: update text

* Update spec/mailers/digest_mailer_spec.rb

Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>

* Update spec/mailers/verification_mailer_spec.rb

Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>

* Update spec/mailers/shared_examples/renders_proper_email_headers.rb

Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>

* refactor: move OPTIONS to a helper as its only being used in the view layer

Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>
2022-02-16 16:14:54 +02:00
..
authentication.rb Login with Google (#15986) 2022-01-13 10:25:52 -06:00
base.rb Add Settings::Base.to_h (#16241) 2022-01-21 22:23:24 +07:00
campaign.rb app/models i18n (#16124) 2022-02-03 13:41:42 -05:00
community.rb app/models i18n (#16124) 2022-02-03 13:41:42 -05:00
general.rb Add a contact email address to the /admin/customization/config (#16497) 2022-02-15 17:37:08 +02:00
rate_limit.rb Refactoring Spam Handler (#15412) 2021-11-30 12:45:12 -05:00
smtp.rb "Reply to" and "From" Email addresses for SMTP Configurations (#16499) 2022-02-16 16:14:54 +02:00
user_experience.rb app/models i18n (#16124) 2022-02-03 13:41:42 -05:00