CORE-POS / IS4C

Cooperative Operational Retail Environment
http://www.core-pos.com
GNU General Public License v2.0
64 stars 44 forks source link

Avoid TLS in local SMTP connection for ScheduledEmailSendTask #1081

Closed lgedgar closed 3 years ago

lgedgar commented 3 years ago

Presumably local mail service does not require TLS, and probably has self-signed certificates anyway which would not work by default.

Perhaps this should be a setting somewhere though, in case local SMTP should require TLS?