Von mail auf mutt umgestellt
Das `mail` auf blaukraut kennt die Option `-A` nicht. Daher wird jetzt `mutt` für den Mailversand genutzt.
This commit is contained in:
parent
2022c65400
commit
13da08fbdb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ sed -E \
|
|||
|
||||
sed -e "s/PROSEDATE/$prose_date/g" \
|
||||
-e "s/URLDATE/$url_date/g" \
|
||||
"$source_directory/$body_file" | mail -s "$subject" -r "$from" -A /tmp/invite.ics "${to[@]}"
|
||||
"$source_directory/$body_file" | EMAIL="$from" mutt -s "$subject" -a /tmp/invite.ics "${to[@]}"
|
||||
ret=$?
|
||||
rm -f /tmp/invite.ics
|
||||
exit $ret
|
||||
|
|
Loading…
Reference in a new issue