Skip to content

Commit

Permalink
Merge pull request #132 from Aryaman1706/mailer
Browse files Browse the repository at this point in the history
fix(mailer): added link to unsubscribe in email body
  • Loading branch information
Aryaman1706 authored Jul 18, 2021
2 parents 0b9843d + 5eba11a commit 0cbe670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mailer/src/subscriber/utils/emailTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ const ejsTemplate = `
<% }) %>
</tbody>
</table>
<br />
<p>Visit <a href="https://covaccinate.tech/unsubscribe" >this link</a> to unsubscribe.</p>
</body>
</html>
`;
Expand Down

0 comments on commit 0cbe670

Please sign in to comment.