1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Delete sources/patches/app-0001-Use-sendmail.patch

This commit is contained in:
Alexandre Aubin 2024-01-06 20:59:55 +01:00 committed by GitHub
parent 1ece8378d2
commit bfffcf425c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',