Fixed issue#1089 - Border shown in Groupwise mail client on reply of Zammad emails.
This commit is contained in:
parent
d5161405c0
commit
f9591e49ae
2 changed files with 2 additions and 8 deletions
|
@ -8,9 +8,6 @@ Rails.application.config.html_email_body = <<HERE
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<style type="text/css">
|
||||
body {
|
||||
width: 90% !important;
|
||||
-webkit-text-size-adjust: 90%;
|
||||
-ms-text-size-adjust: 90%;
|
||||
#{Rails.application.config.html_email_css_font};
|
||||
}
|
||||
img {
|
||||
|
@ -35,9 +32,6 @@ Rails.application.config.html_email_body = <<HERE
|
|||
overflow: auto;
|
||||
word-break: keep-all;
|
||||
}
|
||||
p, table, div, td {
|
||||
max-width: 600px;
|
||||
}
|
||||
table,
|
||||
pre,
|
||||
blockquote {
|
||||
|
@ -80,7 +74,7 @@ Rails.application.config.html_email_body = <<HERE
|
|||
overflow: auto;
|
||||
}
|
||||
</style>
|
||||
<head>
|
||||
</head>
|
||||
<body style="#{Rails.application.config.html_email_css_font}">###html###</body>
|
||||
</html>
|
||||
HERE
|
||||
|
|
|
@ -29,7 +29,7 @@ class EmailBuildTest < ActiveSupport::TestCase
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<head>
|
||||
</head>
|
||||
<body style="font-family:Geneva,Helvetica,Arial,sans-serif; font-size: 12px;">
|
||||
<div>> Welcome!</div><div>></div><div>> Thank you for installing Zammad. äöüß</div><div>></div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue