MAILER_SENDER needs to be provided to have a working SMTP configuration 👇
|
config.mailer_sender = ENV['MAILER_SENDER'] || 'please-change-me-at-config-initializers-devise@example.com' |
This is not documented in https://github.com/coopdevs/timeoverflow?tab=readme-ov-file#env-variables
MAILER_SENDERneeds to be provided to have a working SMTP configuration 👇timeoverflow/config/initializers/devise.rb
Line 13 in b515afb
This is not documented in https://github.com/coopdevs/timeoverflow?tab=readme-ov-file#env-variables