0

I am building a Django report page, and whenever user reports something, I want the message to be sent on my mail box.

How can I achieve this using either python or javascript.

Ketsmania
  • 37
  • 7

1 Answers1

0

With javascript you can do it easily using smtpjs

With django you can do it with send_mail, previously configuring the smtp settings