e-Newsletter
if($_POST['Submit']=="Submit"){
echo 'Thanks for your subscription.';
// Please specify your Mail Server - Example: mail.yourdomain.com.
ini_set("SMTP","mail.sancarlo.org");
// Please specify an SMTP Number 25 and 8889 are valid SMTP Ports.
ini_set("smtp_port","25");
// Please specify the return address to use
ini_set('sendmail_from', 'info@sancarlo.org');
mail("pr@sancarlo.org", "iscrizione newsletter FSCB", "Iscrizione", "FROM: ".stripslashes($_POST['mail'])."");
}
else {
echo 'Each week the Fraternity sends an email to its subscribers, in order to indicate site updates, special events, and interviews with its missionaries in print, radio, and television. This is a free service, and you can unsubscribe at any time. The Fraternity respects your privacy and will never give your address to third parties.
In order to receive the newsletter, type your email here:
‘;
}
?>







