简体   繁体   中英

How to send entered details to email using django

I have a web application developed in django with MongoDB as database, I am new to django and mongodb. My problem is I have first page with name and emailid fields, by entering name and emailid, the entered data will be stored in MOngodb,after pressing on login button the next page details will load and so on..Second page contains some person details data and so on..

I need code in django to fetch all entered data from mongodb and send those details to email_id(the email that user enters in first page)

Kindly help me as I am not getting exactly.

Thanks in Advance...

请参阅此页面上的第一个示例

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM