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.
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.
With javascript you can do it easily using smtpjs
With django you can do it with send_mail
, previously configuring the smtp settings