Skip to content

add mailer no encryption support - #3460

Open
lublak wants to merge 1 commit into
go-vikunja:mainfrom
lublak:mailer-noenc-options
Open

add mailer no encryption support#3460
lublak wants to merge 1 commit into
go-vikunja:mainfrom
lublak:mailer-noenc-options

Conversation

@lublak

@lublak lublak commented Aug 7, 2026

Copy link
Copy Markdown

i use a smtp bridge (tunnel) which don't uses encryption

@github-actions github-actions Bot added the area/email SMTP config, mail templates, outgoing mail label Aug 7, 2026
@lublak

lublak commented Aug 17, 2026

Copy link
Copy Markdown
Author

@kolaente is it possible to request a review for this? It would be nice if it gets into the next release.

Comment thread pkg/config/config.go
MailerQueuelength Key = `mailer.queuelength`
MailerQueueTimeout Key = `mailer.queuetimeout`
MailerForceSSL Key = `mailer.forcessl`
MailerDisableSSL Key = `mailer.disablessl`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now we have two settings that do SSL things, that should be one setting

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct, but unfortunately it would be a breaking change, and I wanted to avoid that. Of course, if you say that's okay with you, I'd be happy to finish it up that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/email SMTP config, mail templates, outgoing mail waiting for reply

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants