|
Server IP : 10.128.40.6 / Your IP : 216.73.217.20 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/logmcpe/www/TEST/www/../../MC/feuillesroute/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
//include('class.phpmailer.php');
//include 'includes/class.phpmailer.php' ;
echo "Mail Sending";
/*$bodytext = "Hello this is from me";
$email = new PHPMailer();
$email -> From = 'you@example.com';
$email -> FromName = 'Your Name';
$email -> Subject = 'Message Subject';
$email -> Body = $bodytext;
$email -> AddAddress('yassin040@gmail.com');
$file_to_attach = '.';
$email -> AddAttachment($file_to_attach, 'test.pdf');
return $email -> Send();*/
?>