Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRajesh Kumar
12,733 PointsNeed help..Can Django automatically send an email to the desired recipient if the database is updated through a form.
Hi,
I have created a form in (Django), I wanted django to automatically send an email after the form is submitted. The recipient name is one of the fields in models.
How should I approach this challenge ?
Don't know where should I start or what modules to look for.
Any help or clue would be appreciated.
Thanks
1 Answer
jacinator
11,936 PointsYou could try starting with django.core.mail
. Can't really tell you more than that.
Rajesh Kumar
12,733 PointsRajesh Kumar
12,733 PointsThank you for the response will try.