diff --git a/functions/sendmail.js b/functions/sendmail.js
index 79fafb9..b370cb4 100644
--- a/functions/sendmail.js
+++ b/functions/sendmail.js
@@ -8,7 +8,408 @@ exports.handler = async (event, context, callback) => {
to: process.env.ADMIN_EMAIL,
from: process.env.SENDER_EMAIL,
subject,
- html: `${message} \n from ${name} | ${email}`,
+ html: `
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ Hi Keaton,
+ ${name} has contacted you from keatonsentak.com. Below is their message and contact information:
+ ${message}
+
+ Contact information: ${name} | ${email}
+ All the best,
+ -Automated message from keatonsentak.com
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+ `,
};
try {
diff --git a/package.json b/package.json
index c7ed0f5..8fc8020 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "keaton-gatsby-portfolio",
"private": true,
- "version": "5.3.1",
+ "version": "5.5.1",
"homepage": "https://keatonsentak.com/",
"author": "Keaton Sentak",
"dependencies": {