MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b2920/socialistbrew.com/
File Upload :
Current < : /hermes/sb_web/b2920/socialistbrew.com/mailtest.php

<?php
$to      = 'caleb@electrick.net';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: caleb@mosspod.com' . "\r\n" .
   'Reply-To: caleb@mosspod.com' . "\r\n" .
   'X-Mailer: PHP/' . phpversion();

mail($to, $subject, $message, $headers);
?>