swiftmailer is doing encodetorfc2822
This commit is contained in:
parent
92a3faeaf7
commit
1bac3a0ccf
@ -408,7 +408,7 @@ class CMailFile
|
||||
|
||||
// Give the message a subject
|
||||
try {
|
||||
$this->message->setSubject($this->encodetorfc2822($subject));
|
||||
$this->message->setSubject($subject);
|
||||
} catch (Exception $e) {
|
||||
$this->error = $e->getMessage();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user