mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Remove debug email statement before I get spammed
This commit is contained in:
14
src/app.ts
14
src/app.ts
@@ -23,14 +23,14 @@ import webhooksRouter from './routes/webhooks';
|
||||
|
||||
import notFoundHandler from './routes/not-found';
|
||||
|
||||
import sendMail from './mail';
|
||||
// import sendMail from './mail';
|
||||
|
||||
sendMail({
|
||||
to: 'rijkvanzanten@me.com',
|
||||
subject: 'Test Email',
|
||||
text: 'Hi there!',
|
||||
html: '<h1>Hi there!</h1>',
|
||||
});
|
||||
// sendMail({
|
||||
// to: 'rijkvanzanten@me.com',
|
||||
// subject: 'Test Email',
|
||||
// text: 'Hi there!',
|
||||
// html: '<h1>Hi there!</h1>',
|
||||
// });
|
||||
|
||||
const app = express()
|
||||
.disable('x-powered-by')
|
||||
|
||||
Reference in New Issue
Block a user