You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my smtp context I am having this error when I am trying to connect to the smtp server: Error during connect to smtp server: failed to authenticate: not connected to SMTP server
Debugging the connection I found that it is related with the use of the operation "NOOP" by the go-mail client. Even though it should usually work, some times you can find some issues, like my case.
Is it possible to add another option into de go-mail options in order to include the mail.WithoutNoop() option ?
Regards
Vikunja Version
0.24.6
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
The text was updated successfully, but these errors were encountered:
I'd love a PR with a change like this, but I'm unsure about the implications. Would it hurt to include that option for everyone or should it be a configurable option?
Description
Hi All,
in my smtp context I am having this error when I am trying to connect to the smtp server:
Error during connect to smtp server: failed to authenticate: not connected to SMTP server
Debugging the connection I found that it is related with the use of the operation "NOOP" by the go-mail client. Even though it should usually work, some times you can find some issues, like my case.
Is it possible to add another option into de go-mail options in order to include the
mail.WithoutNoop()
option ?Regards
Vikunja Version
0.24.6
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
The text was updated successfully, but these errors were encountered: