Skip to content

Commit d84ab89

Browse files
fix: smtp mail issue resolve
1 parent a8c7b60 commit d84ab89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/OpenSignServer/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import FSFilesAdapter from 'parse-server-fs-adapter';
1818
import AWS from 'aws-sdk';
1919
import { app as customRoute } from './cloud/customRoute/customApp.js';
2020
import { exec } from 'child_process';
21+
import { createTransport } from 'nodemailer';
2122

2223
const spacesEndpoint = new AWS.Endpoint(process.env.DO_ENDPOINT);
2324
// console.log("configuration ", configuration);

0 commit comments

Comments
 (0)