Ik heb Discourse opgezet en de account-e-mail geactiveerd, waarom blijf ik om de paar minuten e-mails ontvangen met accountactiveringsinformatie?? Hoe kan ik deze bug configureren en oplossen

Het werkt nog steeds niet, hoe configureer ik Discourse SSL om het in te schakelen?

De e-mail ondersteunt SSL

Waarom kan SSL geen verbinding maken?

Werkt het niet?

Your authentication setup is correct, and the mail you’re receiving is the same job, over and over again.

Discourse gets through the whole mail sending process but after receiving an unknown response code it aborts, thinking the mail send failed.

But the mail server actually did accept the mail!

Since Discourse didn’t realise the send was actually successful, it reschedules the job over and over.

2 likes

Ik heb een e-mailadres gewijzigd, configuratie START_TLS true
Het is normaal!!!
Maar verbied DISCOURSE_SMTP_ENABLE_START_TLS: false
Ga SSL Test e-mail verzenden werkt niet, waarom? Hoe configureer ik Discourse om SSL in te schakelen

Voor poort 587 moet u STARTTLS gebruiken

2 likes

Maar DISCOURSE_SMTP_ENABLE_START_TLS: false is verboden.

Poort 465, via SSL, e-mail verzenden getest, werkt niet, waarom? Hoe configureer ik Discourse om SSL in te schakelen?

Your configuration in this post, if it’s the same one that generated this traceback, is correct. Use that one (port 587, and STARTTLS).

Port 587 is for TLS encryption negotiated after the initial connection (STARTTLS), whereas
Port 465 is for TLS encryption at connect time (SSL/TLS).

But many providers (correctly) block port 465 because of historical reasons, so 587 is recommended.

1 like

DISCOURSE_SMTP_PORT: 587

DISCOURSE_SMTP_ENABLE_START_TLS: true

This configuration problem still cannot be solved :thinking:

Let’s still use port 587, port 465 has many issues