library/library
Patrick Melanson 73bbf6bb33 Use currently-logged-in user to authenticate for mass email sending.
Basically, this commit removes email sending code that asked the
user for a CSC username and email to authenticate to an SMTP server
to send a mass email. Now, we just use the system utility 'sendmail'
to do it, which means you don't have to enter in your email creds
to send a mass email once you're already logged in.

Magic!
2017-08-28 16:51:14 -04:00
..
interface Use currently-logged-in user to authenticate for mass email sending. 2017-08-28 16:51:14 -04:00
__init__.py Moving code about for packaging 2013-12-18 20:31:27 -05:00
book_data.py In which I, Felix Bauckholt, assert my dominance 2016-01-24 01:27:47 -05:00
database.py Categorizing and uncategorizing based on selection 2016-03-12 21:02:43 -05:00
emails.py Use currently-logged-in user to authenticate for mass email sending. 2017-08-28 16:51:14 -04:00
exceptions.py Added error messages for the checkout process 2016-02-06 16:41:27 -05:00
permissions.py Moving code about for packaging 2013-12-18 20:31:27 -05:00