Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
752b2694
Commit
752b2694
authored
Sep 05, 2011
by
tbrehm
Browse files
Fixed: FS#1515 - Special characters (Umlaut) in "welcome_mail_message" string get cut off
parent
d363fee4
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/mail/mail_user_edit.php
View file @
752b2694
...
...
@@ -270,8 +270,8 @@ class page_action extends tform_actions {
$mailHeaders
.
=
"From:
$welcomeFromName
<
$welcomeFromEmail
>"
.
"
\n
"
;
$mailHeaders
.
=
"Reply-To: <
$welcomeFromEmail
>"
.
"
\n
"
;
$mailTarget
=
$this
->
dataRecord
[
"email"
];
$mailSubject
=
"=?utf-8?Q?"
.
imap_8bit
(
$app
->
tform
->
lng
(
"welcome_mail_subject"
))
.
"?="
;
$mailBody
=
$app
->
tform
->
lng
(
"welcome_mail_message"
);
mail
(
$mailTarget
,
$mailSubject
,
$mailBody
,
$mailHeaders
);
...
...
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