updates
This commit is contained in:
@@ -9,17 +9,6 @@ const fs = require("fs");
|
|||||||
const nodemailer = require("nodemailer");
|
const nodemailer = require("nodemailer");
|
||||||
|
|
||||||
/** ********************* Functions and Other API Imports */
|
/** ********************* Functions and Other API Imports */
|
||||||
|
|
||||||
// let transporter = nodemailer.createTransport({
|
|
||||||
// host: "smtp.dreamhost.com",
|
|
||||||
// port: 465,
|
|
||||||
// secure: true, // true for 465, false for other ports
|
|
||||||
// auth: {
|
|
||||||
// user: "[email protected]",
|
|
||||||
// pass: "tobybenoti",
|
|
||||||
// },
|
|
||||||
// });
|
|
||||||
|
|
||||||
let transporter = nodemailer.createTransport({
|
let transporter = nodemailer.createTransport({
|
||||||
host: "smtp.gmail.com",
|
host: "smtp.gmail.com",
|
||||||
port: 465,
|
port: 465,
|
||||||
|
|||||||
Reference in New Issue
Block a user