Commit 2140a672 authored by Internship UKSW 2019's avatar Internship UKSW 2019

Initial commit

parent 020867c3
......@@ -11,7 +11,6 @@ const sendEmail = (request, response) => {
const {subject, name, email, message} = request.body
nodemailer.createTestAccount((err, account) => {
const htmlEmail = `
<h3>Message</h3>
<p>${message}</p>
`
let transporter = nodemailer.createTransport({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment