From bfffcf425cc92378e5e3c0713a3ac090d0f1dac2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:59:55 +0100 Subject: [PATCH] Delete sources/patches/app-0001-Use-sendmail.patch --- sources/patches/app-0001-Use-sendmail.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sources/patches/app-0001-Use-sendmail.patch diff --git a/sources/patches/app-0001-Use-sendmail.patch b/sources/patches/app-0001-Use-sendmail.patch deleted file mode 100644 index b560d09..0000000 --- a/sources/patches/app-0001-Use-sendmail.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/app/classes/Framadate/Services/MailService.php b/app/classes/Framadate/Services/MailService.php -index f99b1fe..111863d 100644 ---- a/app/classes/Framadate/Services/MailService.php -+++ b/app/classes/Framadate/Services/MailService.php -@@ -82,7 +82,7 @@ class MailService { - * @param PHPMailer $mailer - */ - private function configureMailer(PHPMailer $mailer) { -- $mailer->isSMTP(); -+ $mailer->isSendmail(); - - $available_options = [ - 'host' => 'Host',