This commit is contained in:
Harald G. Mueller 2023-04-04 14:17:42 +02:00
parent 200f19957b
commit 8ff9b6bfef

View File

@ -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"
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