summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMhykol <mchaeldonald62@pm.me>2024-11-03 22:42:29 -0500
committerMhykol <mchaeldonald62@pm.me>2024-11-03 22:42:29 -0500
commitc83ba1ef865e6dd9eb2139e6e05b690252eaa56b (patch)
tree6a60591bafb0b888971600ea52d58a2216848f98 /source
parent12f1905afa82fb9804c3ebdfcf991ad8850ea5ca (diff)
Update sendemail.js
Diffstat (limited to 'source')
-rw-r--r--source/sendemail.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sendemail.js b/source/sendemail.js
index bcb6b7c..0cee2f1 100644
--- a/source/sendemail.js
+++ b/source/sendemail.js
@@ -24,7 +24,7 @@ class SendEmail {
Send(x) {
const options = {
from: x.from,
- to: process.env.email,
+ to: process.env.EMAIL,
subject: x.subject,
html: x.message
}