Also, ich habe Postfix auf meinem Server mit Discourse installiert (ich weiß, das wird nicht empfohlen).
Mein Postfix funktioniert einwandfrei und ich kann damit E-Mails versenden.
Das Problem liegt darin, dass Discourse/Docker keine E-Mails versenden möchte (ich kann nicht einmal die Aktivierung für den Administrator erhalten).
Ich habe Folgendes gelesen:
Es ist ein Docker-Problem.
Man sollte Postfix nicht auf demselben Server haben.
Running into a similar issue with a Bitnami docker container of Discourse. The emails just aren’t sending.
Here is the error I’m getting: There was a problem sending the test email. Please double-check your mail settings, verify that your host is not blocking mail connections, and try again.
Here are my SMTP settings:
Delivery Method
address
smtp.sengrid.net
port
465
user_name
apikey
authentication
login
enable_starttls_auto
true
Any guidance on where I need to look/troubleshoot next?
Edit: Have tried 587, plain authentication method, different apikey/password. Have setup this on other apps no problem with similar settings.
Expected outcome is for the email to send from Discourse to the inbox of the test account.