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"
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 {