Quote the from address explicitly as rails seems to be failing to do
it, though it looks like it should from a quick glance at the source.
This commit is contained in:
parent
e6269e25f5
commit
19e6486870
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ private
|
|||
|
||||
def from_header(name, type, id, digest)
|
||||
if domain = APP_CONFIG['messages_domain']
|
||||
from "#{name} <#{type}-#{id}-#{digest[0,6]}@#{domain}>"
|
||||
from quote_address_if_necessary("#{name} <#{type}-#{id}-#{digest[0,6]}@#{domain}>", "utf-8")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue