How to send user information through an email to it support department
I am working on a ticketing system project in django i have made the front end pages, so in first page their is a form which takes user details as input so when user add their Details in that form then I want that the details is sent through the Email to it support department of our company. How this process could be proceed ?
to achieve sending user information through an email to it support department
I am working on a ticketing system project in django i have made the front end pages, so in first page their is a form which takes user details as input so when user add their information in that form then I want that this information is sent through the mail to it support department of our company. How this process could be proceed ?