some fixes
This commit is contained in:
parent
f3a3c6bded
commit
a1352b9402
5 changed files with 29 additions and 21 deletions
|
@ -83,8 +83,10 @@ class MessagesController < ApplicationController
|
|||
|
||||
|
||||
# FIXME missing fields
|
||||
@from = mail.From.addrs.presence
|
||||
@to = mail.To.addrs.presence
|
||||
#@from = mail.From.addrs.presence
|
||||
#@to = mail.To.addrs.presence
|
||||
@from = @message.from_addr
|
||||
@to = @message.to_addr
|
||||
@cc = mail.Cc.presence
|
||||
@bcc = mail.Bcc.presence
|
||||
#@subject = mail.Subject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue