kreeger / etcetera

Educational Technology Center Equipment Tracking and Enhanced Report Authoring. This desperately needs some refactoring love, as it was my first real-deal Django project (and it was done *somewhat* willy-nilly).
http://etc.missouristate.edu/etcetera
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

Send email to patron when ticket is picked up #3

Closed kreeger closed 15 years ago

kreeger commented 15 years ago

This can be handled in form validation. If the new technician is different than the old technician, then send a pre-set email to the patron, specifying the name of the new technician.

Probably set this up in the forms.py file for the service app, and then add the mailer method in mailer.py.