mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update app-01-mail.patch
This commit is contained in:
parent
7cf4284a50
commit
e8adbd4179
1 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
|||
diff --git a/www_data/lib/mail.php b/www_data/lib/mail.php
|
||||
index f153e3c..d970b56 100644
|
||||
index f153e3c..e56f1fd 100644
|
||||
--- a/www_data/lib/mail.php
|
||||
+++ b/www_data/lib/mail.php
|
||||
@@ -18,7 +18,8 @@ function mail_init(){
|
||||
$mail->SMTPAuth = true;
|
||||
@@ -15,10 +15,10 @@ function mail_init(){
|
||||
|
||||
$mail->isSMTP();
|
||||
$mail->Host = SMTP_HOST;
|
||||
- $mail->SMTPAuth = true;
|
||||
$mail->Username = SMTP_MAIL;
|
||||
$mail->Password = SMTP_PASSWORD;
|
||||
- $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS;
|
||||
|
|
Loading…
Add table
Reference in a new issue