https://github.com/lincolnloop/django-mailfriend
Generic "mail this to a friend" app for Django
https://github.com/lincolnloop/django-mailfriend
Last synced: 9 months ago
JSON representation
Generic "mail this to a friend" app for Django
- Host: GitHub
- URL: https://github.com/lincolnloop/django-mailfriend
- Owner: lincolnloop
- License: other
- Created: 2009-12-22T17:15:22.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-04T18:06:48.000Z (almost 16 years ago)
- Last Synced: 2025-04-13T04:41:55.801Z (about 1 year ago)
- Language: Python
- Homepage: http://code.google.com/p/django-mailfriend/
- Size: 89.8 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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.