demarches-normaliennes/app/lib/sendinblue/smtp.rb
Pierre de La Morinerie 04cfc8ed9d config: use alternate delivery methods to configure ActionMailer
Previously `SENDINBLUE_BALANCING` was used only when
`SENDINBLUE_ENABLED` was *disabled* (otherwise only SendInBlue was ever
used).

This commit:

- Ensure that `SENDINBLUE_BALANCING` is used only when SendInBlue is
  *enabled* (which is more intuitive).
- Make it easier to add other delivery methods.
2022-02-08 12:44:43 +01:00

4 lines
56 B
Ruby

module Sendinblue
class Smtp < ::Mail::SMTP
end
end