Fixing links for maildump and updating master README

This commit is contained in:
Burhan Khalid 2015-07-08 01:16:18 +03:00
parent a103eaa93e
commit 07354a3d37
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Features
* Media storage using Amazon S3
* Serve static files from Amazon S3 or Whitenoise_ (optional)
* Pre configured Celery_ (optional)
* Integration with Maildump_ for local email testing (optional)
.. _Bootstrap: https://github.com/twbs/bootstrap
.. _AngularJS: https://github.com/angular/angular.js
@ -39,6 +40,7 @@ Features
.. _Mailgun: https://mailgun.com/
.. _Whitenoise: https://whitenoise.readthedocs.org/
.. _Celery: http://www.celeryproject.org/
.. _Maildump: https://github.com/ThiefMaster/maildump
Constraints

View File

@ -133,6 +133,8 @@ Email Server
In development, it is often nice to be able to see emails that are being sent from your application. For this purpose,
a Grunt task exists to start an instance of `maildump`_ which is a local SMTP server with an online interface.
.. _maildump: https://github.com/ThiefMaster/maildump
Make sure you have nodejs installed, and then type the following::
$ grunt start-email-server