uw.local.outgoing package¶
Submodules¶
uw.local.outgoing.cursor module¶
uw.local.outgoing.loopback module¶
uw.local.outgoing.make_mail module¶
uw.local.outgoing.send_mail module¶
Module contents¶
Outgoing mail sending implementation.
This application allows for mail to be sent by recording in the database all the details of the mail to be sent. The information is committed along with the rest of the transaction, so that the mail is sent if and only if the rest of the transaction commits successfully.