mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update main-01-mail.patch
This commit is contained in:
parent
1a6ad64739
commit
8e5ae01ff2
1 changed files with 9 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
|||
diff --git a/www_data/lib/mail.php b/www_data/lib/mail.php
|
||||
index 9b58b50..54553cf 100644
|
||||
index 9b58b50..0112cc5 100644
|
||||
--- a/www_data/lib/mail.php
|
||||
+++ b/www_data/lib/mail.php
|
||||
@@ -15,10 +15,10 @@ function mail_init(){
|
||||
@@ -12,16 +12,14 @@ use PHPMailer\PHPMailer\PHPMailer;
|
||||
|
||||
function mail_init(){
|
||||
$mail = new PHPMailer();
|
||||
-
|
||||
$mail->isSMTP();
|
||||
$mail->Host = SMTP_HOST;
|
||||
- $mail->SMTPAuth = true;
|
||||
|
@ -14,4 +17,7 @@ index 9b58b50..54553cf 100644
|
|||
+ $mail->SMTPSecure = false;
|
||||
$mail->Port = SMTP_PORT;
|
||||
$mail->CharSet = 'UTF-8';
|
||||
|
||||
-
|
||||
$mail->setFrom(SMTP_MAIL, 'moncycle.app');
|
||||
return $mail;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue