BLACKSITE
:
216.73.216.68
:
54.36.91.62 / www.econfortplus.fr
:
Linux webm012.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
:
/
home
/
econfoy
/
www
/
Upload File:
files >> /home/econfoy/www/news-letters.php
<?php ## CONFIG ## # LIST EMAIL ADDRESS $recipient = "office@websitevisor.com"; # SUBJECT (Subscribe/Remove) $subject = "Subscribe"; # RESULT PAGE $location = "thanks2.php"; ## FORM VALUES ## # SENDER - WE ALSO USE THE RECIPIENT AS SENDER IN THIS SAMPLE # DON'T INCLUDE UNFILTERED USER INPUT IN THE MAIL HEADER! $sender = $recipient; # MAIL BODY $body .= "Name: ".$_REQUEST['Name']." \n"; $body .= "Email: ".$_REQUEST['Email']." \n"; # add more fields here if required ## SEND MESSGAE ## mail( $recipient, $subject, $body, "From: $sender" ) or die ("Mail could not be sent."); ## SHOW RESULT PAGE ## header( "Location: $location" ); ?>