Problem z emailem na Discourse

anon82750602 | 2019-08-14 18:29:12 UTC | #1

W końcu i ja potrzebuję pomocy…

Postanowiłem postawić sobie Discourse, do e-maila kupiłem hosting WWW za 2 zł.
O ile wysyłanie wiadomości z terminala przy pomocy mailx działa idealnie, to Discourse nie wysyła nic, mimo poprawnej konfiguracji…

# address of smtp server used to send emails
smtp_address = mail.pi*****lf.net

# port of smtp server used to send emails
smtp_port = 587

# domain passed to smtp server
smtp_domain = pi*****lf.net

# username for smtp server
smtp_user_name = 'noreply@pi*****lf.net'

# password for smtp server
smtp_password = '*******************'

# smtp authentication mechanism
smtp_authentication = plain

# enable TLS encryption for smtp connections
smtp_enable_start_tls = true

site_settings.yml:

notification_email:
    default: 'noreply@pi*****lf.net'
    type: email
    shadowed_by_global: true

SystemZ | 2019-08-14 18:29:19 UTC | #2