I'm developing a Python script to send email messages. Researching SSL/TLS on the web suggests that these are used with web applications (along with HTTPS).
Since I'm sending messages from the command line (or Python script) out through my local Postfix MTA, are these security layers necessary or needed? I've not seen an answer in my web searches. TIA, Rich
