testing something

This commit is contained in:
jaina heartles 2025-01-01 21:03:39 -05:00
parent d6423db5a5
commit af2b0ae655

View file

@ -29,7 +29,7 @@ let
to="admin@heartles.xyz" to="admin@heartles.xyz"
sendmail -f "$from" "$to" <<EOEMAIL email="$(<<EOEMAIL
To: $to To: $to
From: $from From: $from
Subject: $subject Subject: $subject
@ -37,6 +37,11 @@ let
$text $text
EOEMAIL EOEMAIL
)"
sendmail -f "$from" "$to" <<EOEMAIL
$email
EOEMAIL
''; '';
}; };
in { in {