You shouldn't be doing conversion in the server (the server is supposed to be a read only process). As for sending mail, just re-implement _send_mails from gui2.device. You will probably want to put it in its own thread (use the threading module for that).
|