Mac Siri
|
842e6880b8
|
Routine rubocop fix on /spec (#19217)
* Softrun rubocop
* Hardrun rubocop (-A)
* Change a rubocop rule
* Add missing cops
* Undo & redo rubocop -A
|
2023-03-21 09:55:26 -04:00 |
|
Mac Siri
|
3f2653a14d
|
Prefer custom SMTP config over Sendgrid (#16216)
|
2022-01-24 14:11:50 -05:00 |
|
Mac Siri
|
a8c75fb0e8
|
Re-add dynamic delivery_method for ApplicationMailer (#13994)
|
2021-06-23 15:17:27 -04:00 |
|
Mac Siri
|
aba6033d9b
|
Revert dynamic email config changes (#13983)
* Add missing clear_cache in spec
* Fix broken spec
* Temporarily bring back old config
* Disable specs
|
2021-06-14 13:08:24 -04:00 |
|
Mac Siri
|
e38196df6f
|
Create Settings::SMTP (#13943)
* Fix typo
* Add SMTP configs to Settings::General
* Expand Settings's show page
* Expand Settings::General's constants
* Move smtp_enabled? logic to ApplicationMailer
* Apply suggestions from code review
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
* Add missing descriptions and placeholders
* Remove production guard clause
* Change delivery_method to a callback
* Create Settings::SMTP
* Run migration
* Move constants
* Remove SMTP from Settings::General
* Create SMTPSettingsController
* Add back guard clause
* Change which perform_deliveries configuration to use from
* Update config/environments/production.rb
* Rename migration to singular
* Run migration again
* Fix name
* Alphabetize and add validation for authentication
* Move settings and enabled? logic to Settings::SMTP
* Change after_action to before_action
* Fix broken spec
* Fix broken spec
* Create SMTP specs
* Provide default for port
* Create spec for ApplicationMailer
* Fix broken spec
* Move smtp_enabled?
* Search and replace
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
|
2021-06-14 10:29:43 -04:00 |
|