Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
5645a5e5
Commit
5645a5e5
authored
Jun 06, 2011
by
tbrehm
Browse files
Fixed content-type definition in email send function.
parent
e91ad538
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/functions.inc.php
View file @
5645a5e5
...
...
@@ -57,7 +57,7 @@ class functions {
$header
.
=
"Content-Type: multipart/mixed; boundary=
$uid
\n
"
;
$header
.
=
"--
$uid
\n
"
;
$header
.
=
"Content-Type: text/plain
\n
"
;
$header
.
=
"Content-Type: text/plain
;
\n\t
charset=
\"
UTF-8
\"
\n
"
;
$header
.
=
"Content-Transfer-Encoding: 8bit
\n\n
"
;
$header
.
=
"
$text
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment