start working on trade email sending
This commit is contained in:
parent
222d35e1b4
commit
bed4012971
2 changed files with 44 additions and 0 deletions
5
templates/offer/trade/trade_email.html.twig
Normal file
5
templates/offer/trade/trade_email.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
<h1>{{ user.username}} wants to trade!</h1>
|
||||
|
||||
<p>You can checkout their offer and reply to this email if you want to trade.</p>
|
||||
|
||||
<a href={{ path('user_public', id: { 'id': offer.byuser.id }) }}</a>
|
Reference in a new issue