Django Send Email From A Form, With The Filler's Email As From
I'm moving my portfolio from PHP to Python (django), and I have a contact form in it, when it was in PHP, it didn't need any credentials, and when it sent the email,I receive an em
Maybe have a look at this. It doesn't use django to send emails, instead it uses the python smptlib
library and requires you to run your own local SMTP server similar to how php accomplishes it. They recommended using the open source Send Mail.
Post a Comment for "Django Send Email From A Form, With The Filler's Email As From"