add insecure SMTP (protonmail) #31

Closed
opened 2026-02-28 01:32:22 -05:00 by deekerman · 2 comments
Owner

Originally created by @gitcatpeter on GitHub (Jul 12, 2021).

Currently sending a test email via protonmail- bridge fails (and consequently email does not work), because kuma uses self-signed certificates.
Please allow additional options in SMTP settings to turn off SSL.
Depending on email client usually these settings need to be considered:
SYMFONY__ENV__MAILER_ENCRYPTION=null
or
DIUN_NOTIF_MAIL_SSL=false
DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=true

Is proxy in front an answer too?

Originally created by @gitcatpeter on GitHub (Jul 12, 2021). Currently sending a test email via protonmail- bridge fails (and consequently email does not work), because kuma uses self-signed certificates. Please allow additional options in SMTP settings to turn off SSL. Depending on email client usually these settings need to be considered: SYMFONY__ENV__MAILER_ENCRYPTION=null or DIUN_NOTIF_MAIL_SSL=false DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=true Is proxy in front an answer too?
Author
Owner

@louislam commented on GitHub (Jul 13, 2021):

#19 is it related to your issue?

@louislam commented on GitHub (Jul 13, 2021): #19 is it related to your issue?
Author
Owner

@gitcatpeter commented on GitHub (Jul 13, 2021):

Commented in #19.
Yes, this takes care of it. Thanks.

@gitcatpeter commented on GitHub (Jul 13, 2021): Commented in #19. Yes, this takes care of it. Thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#31
No description provided.