Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lincolnloop/django-mailfriend
- Owner: lincolnloop
- License: other
- Created: 2009-12-22T17:15:22.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-06-04T18:06:48.000Z (over 14 years ago)
- Last Synced: 2024-07-30T15:32:44.741Z (5 months ago)
- Language: Python
- Homepage: http://code.google.com/p/django-mailfriend/
- Size: 89.8 KB
- Stars: 13
- Watchers: 4
- 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.