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:
parent
1ece8378d2
commit
bfffcf425c
1 changed files with 0 additions and 13 deletions
|
@ -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',
|
|
Loading…
Add table
Reference in a new issue