Changes between Initial Version and Version 1 of Ticket #408
- Timestamp:
- Dec 19, 2014, 2:38:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #408 – Description
initial v1 9 9 * WordPress doesn't obviously document their mail setup 10 10 * MediaWiki can be [http://www.mediawiki.org/wiki/Manual:$wgSMTP configured to use a custom SMTP server], or uses PHP's mail function by default 11 * Django has [https://docs.djangoproject.com/en/dev/topics/email/#smtp-backend pluggable mail backends] -- we could write our own, or configure the SMTP backend to use a [ custom host/port https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-EMAIL_HOST]11 * Django has [https://docs.djangoproject.com/en/dev/topics/email/#smtp-backend pluggable mail backends] -- we could write our own, or configure the SMTP backend to use a [https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-EMAIL_HOST custom host/port]