Added x-header.
This commit is contained in:
parent
1d36426108
commit
c1076e3856
1 changed files with 5 additions and 2 deletions
|
@ -18,6 +18,9 @@ class Channel::EmailBuild
|
|||
attr['Auto-Submitted'] = 'auto-generated'
|
||||
end
|
||||
|
||||
attr['X-Powered-BY'] = 'OTRS - Open Ticket Request System (http://otrs.org/)'
|
||||
attr['X-Mailer'] = 'OTRS Mail Service (3.0.12)'
|
||||
|
||||
# set headers
|
||||
attr.each do |key, v|
|
||||
if key.to_s != 'attachments' && key.to_s != 'body'
|
||||
|
|
Loading…
Reference in a new issue