We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 581eb85 + 88eebb5 commit 6ceb3e5Copy full SHA for 6ceb3e5
system/Email/Email.php
@@ -151,7 +151,7 @@ class Email
151
*
152
* @var string
153
*/
154
- public $charset = 'utf-8';
+ public $charset = 'UTF-8';
155
156
/**
157
* Alternative message (for HTML messages only)
@@ -182,7 +182,7 @@ class Email
182
183
* @var string "\r\n" or "\n"
184
185
- public $newline = "\n";
+ public $newline = "\r\n";
186
187
188
* CRLF character sequence
@@ -197,7 +197,7 @@ class Email
197
198
199
200
- public $CRLF = "\n";
+ public $CRLF = "\r\n";
201
202
203
* Whether to use Delivery Status Notification.
0 commit comments