I'm trying to send a notification from my Django Application everytime the user perform specific actions, i would like to send those notifications from the email of the person who performed these actions.
I don't want them to have to put their password on my application or anything else. I know this is possible because i remember doing this with PHP Long time ago.