Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lincolnloop/django-mailfriend

Generic "mail this to a friend" app for Django
https://github.com/lincolnloop/django-mailfriend

Last synced: 5 days ago
JSON representation

Generic "mail this to a friend" app for Django

Awesome Lists containing this project

README

        

This simple app allows you to include an "e-mail this to a friend" link (as seen on many newspaper websites) on any page that can be accessed via a get_absolute_url() method.

The sending user must be a registered user; the recipient can be anyone with an e-mail address.

The app handles displaying a form to the user, sending the e-mail, and returning a confirmation page.