mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 03:41:41 +00:00
enviar correo sin cifrado porque se envía localmente
This commit is contained in:
parent
932b1c3c3a
commit
cd6f13eff4
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ Rails.application.configure do
|
|||
config.action_mailer.delivery_method = :smtp
|
||||
config.action_mailer.smtp_settings = {
|
||||
address: 'postfix',
|
||||
domain: ENV.fetch('SUTTY', 'sutty.nl')
|
||||
domain: ENV.fetch('SUTTY', 'sutty.nl'),
|
||||
enable_starttls_auto: false
|
||||
}
|
||||
config.action_mailer.default_options = { from: ENV['DEFAULT_FROM'] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue