From 8ff9b6bfef1250cd14ad3772c616755e9e59d93f Mon Sep 17 00:00:00 2001 From: "Harald G. Mueller" Date: Tue, 4 Apr 2023 14:17:42 +0200 Subject: [PATCH] muh --- m122/tools-technics/README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/m122/tools-technics/README.md b/m122/tools-technics/README.md index 6da56c9..c594858 100644 --- a/m122/tools-technics/README.md +++ b/m122/tools-technics/README.md @@ -63,8 +63,21 @@ Es geht auch mit 'mutt' und 'sendmails' und mit 'ssmtp': https://linuxhint.com/bash_script_send_email - sudo apt install mailutils + sudo apt install mailutils Der Mailaufruf geht über einen 'Import' des Mailtextes - mail -s "$mail_subject" "$MAIL_TO" <<< "$mail_body" -a "$mail_attachment" \ No newline at end of file + mail -s "$mail_subject" "$MAIL_TO" <<< "$mail_body" -a "$mail_attachment" + + + +Eine andere Anleitung für die Mails: + +Beim Passwort muss das GMail-App-Passwort was man in den GMail-Einstellungen erstellt eingeben. +Das Passwort bekommt man, nachdem man eine App erstellt im Smartphone hat. + + +Damit kann man dann über das Postfach von GMail entsprechend die Nachrichten verschicken. + +https://www.alanbonnici.com/2020/11/howto-send-email-from-google-from.html +