testing something
This commit is contained in:
parent
d6423db5a5
commit
af2b0ae655
1 changed files with 6 additions and 1 deletions
|
@ -29,7 +29,7 @@ let
|
|||
|
||||
to="admin@heartles.xyz"
|
||||
|
||||
sendmail -f "$from" "$to" <<EOEMAIL
|
||||
email="$(<<EOEMAIL
|
||||
To: $to
|
||||
From: $from
|
||||
Subject: $subject
|
||||
|
@ -37,6 +37,11 @@ let
|
|||
$text
|
||||
|
||||
EOEMAIL
|
||||
)"
|
||||
|
||||
sendmail -f "$from" "$to" <<EOEMAIL
|
||||
$email
|
||||
EOEMAIL
|
||||
'';
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue