https://github.com/tmc/django-mailfriend
Generic "mail this to a friend" app for Django
https://github.com/tmc/django-mailfriend
Last synced: about 1 year ago
JSON representation
Generic "mail this to a friend" app for Django
- Host: GitHub
- URL: https://github.com/tmc/django-mailfriend
- Owner: tmc
- License: other
- Created: 2009-07-11T22:56:52.000Z (almost 17 years ago)
- Default Branch: obscured_ids
- Last Pushed: 2010-05-15T21:34:44.000Z (about 16 years ago)
- Last Synced: 2025-03-24T09:52:47.029Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
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.