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.
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
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.
DISCOURSE_SMTP_PORT: 587
DISCOURSE_SMTP_ENABLE_START_TLS: true
This configuration problem still cannot be solved ![]()
Letâs still use port 587, port 465 has many issues