mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 01:46:27 +02:00
Add transfer of smss
This commit is contained in:
parent
b42c2490ac
commit
31d2739ccb
4 changed files with 55 additions and 1 deletions
5
templates/email/transfer-sms.php
Executable file
5
templates/email/transfer-sms.php
Executable file
|
@ -0,0 +1,5 @@
|
|||
Vous avez reçu un nouveau SMS :
|
||||
Date : <?= $sms['at'] ?>
|
||||
Origine : <?= $sms['origin'] ?>
|
||||
Destination : <?= $sms['destination'] ?>
|
||||
Message : <?= $sms['text'] ?>
|
Loading…
Add table
Add a link
Reference in a new issue