module Roda::RodaPlugins::ErrorMail::InstanceMethods

def error_mail_content(exception)

Takes the same argument as #error_mail.
The content of the email to send, include the headers and the body.
def error_mail_content(exception)
  _error_mail(exception).to_s
end