test again
This commit is contained in:
parent
af2b0ae655
commit
dc250cadbb
1 changed files with 5 additions and 4 deletions
|
@ -29,7 +29,7 @@ let
|
|||
|
||||
to="admin@heartles.xyz"
|
||||
|
||||
email="$(<<EOEMAIL
|
||||
email="$(cat <<EOEMAIL
|
||||
To: $to
|
||||
From: $from
|
||||
Subject: $subject
|
||||
|
@ -39,9 +39,10 @@ let
|
|||
EOEMAIL
|
||||
)"
|
||||
|
||||
sendmail -f "$from" "$to" <<EOEMAIL
|
||||
$email
|
||||
EOEMAIL
|
||||
echo "Sending message:"
|
||||
cat <<< "$email"
|
||||
|
||||
sendmail -f "$from" "$to" <<< "$email"
|
||||
'';
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue