start working on trade email sending

This commit is contained in:
Jannis Portmann 2021-05-28 11:23:04 +02:00
parent 222d35e1b4
commit bed4012971
2 changed files with 44 additions and 0 deletions

View 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>