Skip to content
Snippets Groups Projects
Commit 9e91c751 authored by Adam Cooke's avatar Adam Cooke
Browse files

send the mail from and rcpt to on raw messages too

parent 464bf21e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -112,6 +112,8 @@ module Postal
when 'RawMessage'
{
:id => message.id,
:rcpt_to => message.rcpt_to,
:mail_from => message.mail_from,
:message => Base64.encode64(message.raw_message),
:base64 => true,
:size => message.size.to_i
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment