We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c7b60 commit d84ab89Copy full SHA for d84ab89
apps/OpenSignServer/index.js
@@ -18,6 +18,7 @@ import FSFilesAdapter from 'parse-server-fs-adapter';
18
import AWS from 'aws-sdk';
19
import { app as customRoute } from './cloud/customRoute/customApp.js';
20
import { exec } from 'child_process';
21
+import { createTransport } from 'nodemailer';
22
23
const spacesEndpoint = new AWS.Endpoint(process.env.DO_ENDPOINT);
24
// console.log("configuration ", configuration);
0 commit comments