lksdjflksdjfl

This commit is contained in:
jaina heartles 2025-01-01 20:58:32 -05:00
parent a40cc82e7f
commit 587271e42a

View file

@ -23,13 +23,15 @@ let
runtimeInputs = [ pkgs.system-sendmail ];
text = ''
from="$1"
from="noreply+$1@admin.egirls.gay"
subject="$2"
text="$3"
sendmail admin@heartles.xyz <<EOEMAIL
To: admin@heartles.xyz
From: noreply+$from@admin.egirls.gay
to="admin@heartles.xyz"
sendmail -f $from $to <<EOEMAIL
To: $to
From: $from
Subject: $subject
$text