I think I might know what the problem is. I recently switched mailers and I suspect I'm hitting this:
if not self.settings.mailer:
response.flash = self.messages.function_disabled
return ''
Should/could this raise a more descriptive error?

