| Current Path : /home/h/a/p/happyrenas/old/huissier-express.fr/old/old/old/ |
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/h/a/p/happyrenas/old/huissier-express.fr/old/old/old/_test_sms_constat.php |
<? require "includes/class.phpmailer.php"; $telephone_client="0033761143436"; $huissier_nom="test"; echo "Un SMS de notification a été envoyé au ".$telephone_client."<br>"; $sms = "Huissier-express.fr : Votre demande de constat vient d etre acceptée par ".$huissier_nom." . Ses coordonnées sont indiqués dans le mail qui vient de vous etre adressé."; //$url1 = "https://www.ovh.com/cgi-bin/sms/http2sms.cgi?&account=sms-dj451119-1&login=huissier_express&password=1D8S2x6P&from=Huissier&to=".$telephone_client."&message=".$sms; $objet="Account=sms-dj451119-1;Login=huissier_express;Password=1D8S2x6P;From=Huissier;To=".$telephone_client.";NoStop=1"; $from="philippe-jean@outlook.fr"; $reply="philippe-jean@outlook.fr"; $to = "email2sms@ovh.net"; $mail = new PHPmailer(); $mail->IsHTML(true); $mail->From=$from; $mail->FromName=$from; $mail->AddAddress($to); $mail->AddReplyTo($reply); $mail->Subject=$objet; $mail->Body=$sms; $mail->Send(); ?>