mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-23 18:21:56 +01:00
muh
This commit is contained in:
parent
200f19957b
commit
8ff9b6bfef
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user