Django management command to send email
Project description
A simple sendmail management command to send email using your django project.
NOTE This tool was created for mail testing purpose, not for any kind of production mailing tasks. But if you find it useful for any other tasks, gratz! Tell us about your experience.
Installation
$ pip install django-mail-tester
Configure installed apps in your settings.py
INSTALLED_APPS = [ # ... your app list 'django_mail_tester', ]
Usage
Send email to your address
$ ./manage.py sendmail -e test@example.com This is a test message
If you need a cheap, simple and efficient way to quickly test the quality of your own newsletters, try Mail Tester.
Changelog
The changelog can be found at repo’s release notes
Contributing
Fork the repo, create a feature branch then send me pull request. Feel free to create new issues or contact me via email.
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.
Source Distribution
File details
Details for the file django-mail-tester-0.0.1.tar.gz
.
File metadata
- Download URL: django-mail-tester-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c89e021c42c5d11d3c2f1b58f65213cc899d98eb067bfd057dee338198c8b7 |
|
MD5 | bf372ab30e41a2bd41c476e4f6979b8c |
|
BLAKE2b-256 | bf7b87ad52db435dd02f04ae8ce77b99ebbc0b6d6d9cd01a3a3877e57d0e6753 |