Implement basic trade offer via email
This commit is contained in:
parent
bed4012971
commit
e924c11558
4 changed files with 61 additions and 17 deletions
5
templates/user/trade/offer_email.html.twig
Normal file
5
templates/user/trade/offer_email.html.twig
Normal 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>
|
Reference in a new issue