mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-05 22:36:26 +02:00
Working smtp for email
This commit is contained in:
parent
379eaa2786
commit
48ef0c063e
8 changed files with 49 additions and 35 deletions
|
@ -39,6 +39,14 @@ namespace controllers\internals;
|
|||
{
|
||||
new \daemons\Webhook();
|
||||
}
|
||||
|
||||
/**
|
||||
* Start mailer daemon.
|
||||
*/
|
||||
public function mailer()
|
||||
{
|
||||
new \daemons\Mailer();
|
||||
}
|
||||
|
||||
/**
|
||||
* Start a phone daemon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue