KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/mguerinweb/cgi-bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/mguerinweb/cgi-bin/MAILPERL.ASP
<html>
<head><title>ASP Mailer PerlScript</title><head>
<body>
<H3>ASP Mailer PerlScript</H3>

<%@ LANGUAGE = PerlScript %>

<%
$Mailer = $Server->CreateObject("SMTPsvg.Mailer");
$Mailer->{'FromName'} = 'Three Widgets Corp.';
$Mailer->{'FromAddress'} = '[email protected]';
$Mailer->{'RemoteHost'} = 'mailhost.unknownhost.com';
$Mailer->AddRecipient('Jay Jones', '[email protected]');
$Mailer->{'Subject'} = '2 for 1 Stock Split Announced';
$Mailer->{'BodyText'} = "This is a test message from PerlScript\n\nStephen";

if ($Mailer->SendMail()) 
  {
    $Response->write("Mail successfully sent")
  }
  else
  {
    $Response->write("Mail failure. Check mail host server name and tcp/ip connection...")
  }

%>

</body>
</html>

Anon7 - 2021