From 072fff762a7523ba2150d1a042f49343c9c88283 Mon Sep 17 00:00:00 2001 From: Valeriu PLESNILA Date: Fri, 13 Mar 2026 10:51:56 +0100 Subject: [PATCH] 2026-03-13:10:51:56 --- divers/send_TLS_email_from_Linux_bash_01.md | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 divers/send_TLS_email_from_Linux_bash_01.md diff --git a/divers/send_TLS_email_from_Linux_bash_01.md b/divers/send_TLS_email_from_Linux_bash_01.md new file mode 100644 index 0000000..a0f5507 --- /dev/null +++ b/divers/send_TLS_email_from_Linux_bash_01.md @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + +```bash +printf "Subject: Test Email\n\nThis is a test email." | msmtp -v vplesnila@gmail.com +``` \ No newline at end of file