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"
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue