mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Allow setting SMTP config
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7e12443bc2
commit
8720595874
9 changed files with 54 additions and 18 deletions
|
|
@ -49,7 +49,7 @@ $logService = new LogService();
|
|||
$pollService = new PollService($connect, $logService);
|
||||
$adminPollService = new AdminPollService($connect, $pollService, $logService);
|
||||
$inputService = new InputService();
|
||||
$mailService = new MailService($config['use_smtp']);
|
||||
$mailService = new MailService($config['use_smtp'], $config['smtp_options']);
|
||||
$notificationService = new NotificationService($mailService);
|
||||
|
||||
/* PAGE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue