Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mailer): forcessl config #60

Merged
merged 1 commit into from Jan 9, 2023

Conversation

Rein-R3
Copy link
Contributor

@Rein-R3 Rein-R3 commented Jan 8, 2023

  1. add ssl setting into mail client.

I have tested the following mail service providers, all can be used.(port 465)

  • gmail
  • alibaba exchange mail
  • tencent exchange mail

In gmail should use App Password to setup the vikunja config.

1. add ssl setting into connection
@kolaente
Copy link
Member

kolaente commented Jan 9, 2023

How is this different to the currently set tls mode here: https://github.com/go-vikunja/api/blob/main/pkg/mail/mail.go#L46-L48

@Rein-R3
Copy link
Contributor Author

Rein-R3 commented Jan 9, 2023

How is this different to the currently set tls mode here: https://github.com/go-vikunja/api/blob/main/pkg/mail/mail.go#L46-L48

image

gmail setting

In the 465 port connection must set SSL mode. tls mode is the options for the port.

@kolaente
Copy link
Member

kolaente commented Jan 9, 2023

okay, makes sense

@kolaente kolaente merged commit 4b5e65d into go-vikunja:main Jan 9, 2023
kolaente pushed a commit that referenced this pull request Feb 3, 2023
Co-authored-by: Rein-R3 <rein@reinsan.top>
Reviewed-At: #60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants