I have been reading on how to set up email in django. I want to have a page where I input a user's email, subject and message and the email gets delivered. The email should be from the user who has logged in. Is it possible to achieve this in Django?
Please note that the system has multiple users. So the email shall be delivered from the logged in user