summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}