Add a testmail stub

This commit is contained in:
mmcwilliams 2023-12-14 15:33:47 -05:00
parent d748706a22
commit de48c3f07d
1 changed files with 4 additions and 0 deletions

4
testmail.js Normal file
View File

@ -0,0 +1,4 @@
require('dotenv').config()
const { sendMail } = require('./dist/mail')
sendMail('', '', '');