Project

General

Profile

« Previous | Next » 

Revision 4311d63d

Added by Marc Dequènes about 15 years ago

  • ID 4311d63df6a37a8baa348344919aa2555135f11b

[evol] new Mail facility create_simple_reject_reply(msg)

View differences:

lib/cyborghood/mail.rb
reply
end
def create_simple_reject_reply(msg)
reply = create_reply()
reply.set_content_type("text", "plain", {'charset' => "utf-8"})
relay.set_disposition("inline")
reply.quoted_printable_body = msg
reply.sign
reply
end
def set_custom_headers
@mail['Organization'] = @config.mail.organization
end

Also available in: Unified diff