lksdjflksdjfl
This commit is contained in:
parent
a40cc82e7f
commit
587271e42a
1 changed files with 6 additions and 4 deletions
10
backup.nix
10
backup.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue