docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
5.7k stars 378 forks source link

Allow no SMTP authentication via GUI #144

Closed alexismdr closed 8 months ago

alexismdr commented 8 months ago

As @ovizii explains here, there's clearly some confusion that doesn't seem to be very clear :

I'm also confused why I can set these SMTP settings via variables AND via the GUI. If I set them via GUI I am forced to enter a user/password. Also, if I were to do that, would the GUI settings override the env variables?

A simple solution would be to allow the use of "none" authentication via the GUI (no authentication).

This is clearly necessary for a number of businesses that use SMTP servers that authenticate the client based on a list of IP addresses.

omohokcoj commented 8 months ago

@alexismdr it's currently allowed - username and password are optional fields now and so it's possible to authenticate SMTP without a password.

Please reopen if there is anything else we need to adjust