| Current Path : /home/happyrenas/old/huissier-express.fr/administration/2020/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/huissier-express.fr/administration/2020/controle_envoi_sms.php |
<?
session_start();
$page="constat";
include("config.php");
include("includes/fonctions.php");
$cible = trim("0761143436");
$cible = substr($cible, 1);
$cible = "0033".$cible;
$from = $maildefaut_from;
$fromname = "HUISSIER-EXPRESS";
$reply = $maildefaut_reply;
$destinataire = "email2sms@ovh.net";
$matrice = "matrice/matrice_sms.php";
$corps = "Bonjour,".chr(13).chr(10)."Un huissier vient d'accepter votre demande.".chr(13).chr(10).$coordonnees;
$to = $cible;
$sujet = "Account=sms-dj451119-1;Login=huissier_express;Password=1D8S2x6P;From=Huissier;To=".$to.";NoStop=1";
if (envoi_mail($from, $fromname, $reply, $destinataire,$destinataire_copie,$destinataire_copie_cachee, $pj,$embed_src,$embed_label, $matrice, $corps, $sujet)) {echo "ok ";}
?>