dockerize smtp-proxy (#118)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const nodemailer = require("nodemailer");
|
||||
|
||||
const transporter = nodemailer.createTransport({
|
||||
host: "smtp.unsend.dev",
|
||||
port: 2587,
|
||||
host: "localhost",
|
||||
port: 25,
|
||||
secure: false,
|
||||
auth: {
|
||||
user: "unsend",
|
||||
|
Reference in New Issue
Block a user