Implement basic trade offer via email

This commit is contained in:
Jannis Portmann 2021-05-28 17:33:10 +02:00
parent bed4012971
commit e924c11558
4 changed files with 61 additions and 17 deletions

View file

@ -0,0 +1,5 @@
<h1>{{ user.username }} wants to trade!</h1>
<p>Checkout {{ user.username}}'s offers:</p>
<a href="{{ userOffersLink }}">Link</a>
<p>Reply to this email to start trading.</p>