Skip to content

Commit

Permalink
Update a tag in email link
Browse files Browse the repository at this point in the history
Co-Authored-By: Adam <[email protected]>
Co-Authored-By: Miah Elizabeth Bates <[email protected]>
Co-Authored-By: Juliette Orpen <[email protected]>
  • Loading branch information
4 people committed Mar 11, 2022
1 parent b0b02eb commit ba4d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/sign-up.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function sign_up(req, res) {
from: "[email protected]", // Change to your verified sender
subject: "Thanks for signing up to Be-kind Re-mind",
text: "Add your medications to get started :)",
html: "<h1>Welcome</h1><h4>Thanks for signing up to <b>Be-kind Re-mind</b> 🌼</h4></br></br><p>It's great you're taking steps to fight forgetfulness!</p> <p><a href='https://be-kind-re-mind-ten.vercel.app/medication'>Add your medications</a> to get started πŸ’Š!</p></br><p> Please contact us by email if you forget your password πŸ”</p>",
html: "<h1>Welcome</h1><h4>Thanks for signing up to <b>Be-kind Re-mind</b> 🌼</h4></br></br><p>It's great you're taking steps to fight forgetfulness!</p> <p><a href='https://be-kind-re-mind-omega.vercel.app/medication'>Add your medications</a> to get started πŸ’Š!</p></br><p> Please contact us by email if you forget your password πŸ”</p>",
};
sgMail
.send(msg)
Expand Down

0 comments on commit ba4d934

Please sign in to comment.