From de48c3f07dfb98d35ff051398d2d090ae8dbac42 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 14 Dec 2023 15:33:47 -0500 Subject: [PATCH] Add a testmail stub --- testmail.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testmail.js diff --git a/testmail.js b/testmail.js new file mode 100644 index 0000000..8e8a05e --- /dev/null +++ b/testmail.js @@ -0,0 +1,4 @@ +require('dotenv').config() +const { sendMail } = require('./dist/mail') + +sendMail('', '', ''); \ No newline at end of file