aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/emails.py
Commit message (Collapse)AuthorAge
* continuing refactoFrançois Schmidts2015-03-03
|
* Updated years f copyright.Cédric Bonhomme2015-01-03
|
* Email's 'To' field is given in argument.Cédric Bonhomme2014-11-20
|
* Notifications functions and functions to send emails are now in separated files.Cédric Bonhomme2014-11-20
|
* Renamed function send_email to send_smtp.Cédric Bonhomme2014-11-20
|
* Bug fix.Cédric Bonhomme2014-11-19
|
* Updated some comments.Cédric Bonhomme2014-11-19
|
* Updated comment.Cédric Bonhomme2014-11-19
|
* Bug fix: email content is now created outside the function.Cédric Bonhomme2014-11-19
|
* Emails via Postmark and traditional SMTP server.Cédric Bonhomme2014-11-19
|
* Python 3 supportCédric Bonhomme2014-10-01
|
* Configuration variables has been updated.Cédric Bonhomme2014-08-18
|
* Enables the user to recover its account when he has forgotten its password.Cédric Bonhomme2014-06-16
|
* making pyagregator runnable by apacheFrançois Schmidts2014-06-09
| | | | | | | | | * adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory
* bcc seems to be not workingCédric Bonhomme2014-05-20
|
* fix for postmarkCédric Bonhomme2014-05-20
|
* Real FFixCédric Bonhomme2014-05-20
|
* FixCédric Bonhomme2014-05-20
|
* FixCédric Bonhomme2014-05-20
|
* Send notification messages to platform users.Cédric Bonhomme2014-05-20
|
* Improved email notifications.Cédric Bonhomme2014-05-19
|
* test account activation by admin.Cédric Bonhomme2014-05-15
|
* Test with postmark OK.Cédric Bonhomme2014-05-13
|
* Updated email messageCédric Bonhomme2014-05-13
|
* trying to send email with postmarkCédric Bonhomme2014-05-13
|
* bugfixCédric Bonhomme2014-05-13
|
* display the error.Cédric Bonhomme2014-05-13
|
* Integration of mailgun.Cédric Bonhomme2014-05-13
|
* added new missing moduleCédric Bonhomme2014-04-27
bgstack15