NIAEFEUP / feup-exchange-backend

MIT License
3 stars 0 forks source link

Email to students functionality is available with dummy email #13

Open kiko-g opened 3 years ago

kiko-g commented 3 years ago

The folder django/mail contains the relevant changes implemented. As it is, if you visit http://localhost:8000/mail you will send an email from a dummy email (defined in django/.env.dev) to my personal email, so please don't spam it. The receivers, content and subject of the email are specified on django/mail/views.py.

PS: password to the dummy email is also defined in django/.env.dev.