Skip to content

Commit

Permalink
new user email -- link para o perfil da pessoa [cm15769q6000byc0lu1pi…
Browse files Browse the repository at this point in the history
…u74m]
  • Loading branch information
pauloendoh committed Sep 19, 2024
1 parent a1dd5db commit 9acf886
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/domains/email/EmailService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ export class EmailService {
to: devsEmails,
from: "[email protected]",
subject,
text: user.email,
html: `
<div>
<a href="https://relearn.to/user/${user.username}">View profile</a>
</div>
`,
})
.then(() => {
console.log("Email sent!")
Expand Down

0 comments on commit 9acf886

Please sign in to comment.