WPCloudDeploy / wp-cloud-deploy

WPCloudDeploy is a WordPress plugin that allows you to easily deploy and manage your own dedicated high-performance WordPress servers and sites at any cloud server provider.
https://wpclouddeploy.com
Other
87 stars 41 forks source link

feat: Email gateway TLS configurability #88

Closed batonac closed 1 year ago

batonac commented 1 year ago

At the moment, it's not possible to configure the UseTLS and UseSTARTTLS configuration parameters for ssmtp are statically coded. This may be a fair security assumption, but there are some of us that would like more flexibility. In my scenario, I have a SMTP relay in my Proxmox virtual network that I'd like my machines to connect to directly, and non-TLS is the simplest way to configure that.

I took special pains to ensure that the defaults remain with UseTLS and UseSTARTTLS set to YES, and warnings of security implications when disabling them. Other than the fact that users can turn them off now if they care to, this should be a completely non-disruptive change.