Beispiel #1
0
							Sincerely,
							The Vigilo Team';
//headers
$Library1_Vars1->headers = array();
$Library1_Vars1->headers[] = "MIME-Version: 1.0";
$Library1_Vars1->headers[] = "Content-type: text/plain; charset=iso-8859-1";
$Library1_Vars1->headers[] = "From: Vigilo <*****@*****.**>";
$Library1_Vars1->headers[] = "Bcc: Vigilo <*****@*****.**>";
$Library1_Vars1->headers[] = "Reply-To: " . $Library1_Vars1->usr . " <" . $Library1_Vars1->email . ">";
$Library1_Vars1->headers[] = "X-Mailer: PHP/" . phpversion();
// Send
mail($Library1_Vars1->email, $Library1_Vars1->subject, $Library1_Vars1->msg, implode("\r\n", $Library1_Vars1->headers));
$Config1_configDatabase->DB = null;
echo <<<REGISTERED
<div id="header">
\t<div id="center"><h1>User successfully registered!</h1><br></div>
</div>
<div id="content">
<div id="center">
<p>Now you need to confirm your email. To access your account go to login page in this <a href="/login">link</a>. NOTE: Check SPAM email Box with email named: noreply@vigilo.cf !</p>
</div>
</div>
</div>
REGISTERED;
?>
				<?php 
$Library1_vigiloHTML->footerDefault(1);
?>
			</div>
		</body>
	</html><?php