a simple email-to-a-friend application that generates an email form, handles its submission, persists the submission data to a database, and sends a templated email. Both anonymous and registered users can send email.
Project description
a simple email-to-a-friend application that generates an email form, handles its submission, persists the submission data to a database, and sends a templated email. Both anonymous and registered users can send email.
This app started out as a quasi-fork of Jeff Croft’s “mailfriend” app (http://code.google.com/p/django-mailfriend/), but the latter only supported registered users; this supports users of both the registered and unregistered varieties.
Form submission is here done solely via ajax; form loading is intended to be handled similarly.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.