mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Merge branch 'MDL-78146-master' of https://github.com/meirzamoodle/moodle
This commit is contained in:
commit
d60ce4c575
@ -47,7 +47,6 @@ class moodle_phpmailer extends \PHPMailer\PHPMailer\PHPMailer {
|
||||
*/
|
||||
public function __construct(){
|
||||
global $CFG;
|
||||
$this->Version = 'Moodle '.$CFG->version; // mailer version
|
||||
$this->CharSet = 'UTF-8';
|
||||
// MDL-52637: Disable the automatic TLS encryption added in v5.2.10 (9da56fc1328a72aa124b35b738966315c41ef5c6).
|
||||
$this->SMTPAutoTLS = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user