Skip to content

Commit

Permalink
quickie
Browse files Browse the repository at this point in the history
  • Loading branch information
gubbih committed Nov 22, 2023
1 parent d68efcd commit f581601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nodemailer/mailService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export async function sendEmail(user: User, token: string) {
subject: 'Testmail', // Subject line
text: 'blah blah blah', // plain text body
html:
'<a href="https://localhost:3010/glemt-adgangskode?"' +
'<a href="https://localhost:3010/glemt-adgangskode?token="' +
token +
'>localhost:3010/glemt-adgangskode?' +
'>localhost:3010/glemt-adgangskode?token=' +
token +
'</a>' +
' uuuh hallo there, any hot guys on the line? like someone called' +
Expand Down

0 comments on commit f581601

Please sign in to comment.