Traceback (most recent call last):
File synapse/push/emailpusher.py, line 125, in _process
File /home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py, line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File /home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/failure.py, line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File synapse/push/emailpusher.py, line 177, in _unsafe_process
File /home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py, line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File /home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/python/failure.py, line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File synapse/push/emailpusher.py, line 287, in send_notification
File /home/matrix/.synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py, line 1418, in _inlineCallbacks
result = g.send(result)
File synapse/push/mailer.py, line 178, in send_notification_mail
File /home/matrix/.synapse/local/lib/python2.7/site-packages/jinja2/environment.py, line 1008, in render
return self.environment.handle_exception(exc_info, True)
File /home/matrix/.synapse/local/lib/python2.7/site-packages/jinja2/environment.py, line 780, in handle_exception
reraise(exc_type, exc_value, tb)
File synapse/res/templates/notif_mail.html, line 5, in top-level template code
File /home/matrix/.synapse/local/lib/python2.7/site-packages/jinja2/loaders.py, line 235, in get_source
raise TemplateNotFound(template)
TemplateNotFound: mail.css
If you leave
email_templatesunset, or set tores/templates, you get the following error when the pusher tries to send an email: