Chapter 4: edits

This commit is contained in:
Beth Griggs
2020-06-28 00:33:05 +01:00
parent a0906ea9ae
commit afb9843d88
4 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const nodemailer = require("nodemailer");
let transporter = nodemailer.createTransport({
const transporter = nodemailer.createTransport({
host: "localhost",
port: 4321,
});