Statistics
| Branch: | Tag: | Revision:

root / logic / email_send.py @ bd444a11

History | View | Annotate | Download (2.6 kB)

# Date Author Comment
3d3c58d7 07/19/2011 03:50 pm Giorgos Gousios

Email related changes

-Use Django's DEFAULT_FROM_EMAIL configuration setting instead of custom setting
-Send invitations from the DEFAULT_FROM_EMAIL account

f2bdb9ab 07/11/2011 01:29 pm Giorgos Gousios

Use log.exception to report exceptions

583bfaa0 07/07/2011 04:15 pm Giorgos Gousios

More robust email sending

-Synchronous send message function returns Boolean to indicate success or failure
-Queued emails that were not sent are not removed from the queue

85c6267a 07/01/2011 10:32 am Giorgos Gousios

Merge branch 'api-current' into helpdesk-gui

Conflicts:
aai/shibboleth.py

2252a338 06/23/2011 10:24 am Giorgos Gousios

Replace custom email send code with Django's mailer

Thanks to [faidon] for the tip

48130e66 06/17/2011 01:10 pm Giorgos Gousios

License headers for various files

refs #581

35079ab2 05/26/2011 05:55 pm Giorgos Gousios

Better handling of Unicode emails, catch SMTP connection errors

7427d9a3 05/20/2011 12:39 pm Giorgos Gousios

Rename file email to avoid namespace clashes