Is there any log when sending emails fails?
These are my settings:
# e.g. smtp
email:
delivery_method: :smtp
smtp_settings:
domain: localhost
address: smtp.1und1.de
port: 587
authentication: :plain
user_name: [email protected]
password: XXXXXX
The setting for smtp I have from my provider
EDIT: users get notifications but it still does not send any emails. Maybe I am missing some packages on debian? Or is it easier to configure a sendmail server and do it like that?