Sindbad~EG File Manager

Current Path : /home/beghelic/www/mailler/
Upload File :
Current File : /home/beghelic/www/mailler/mail_gonder.php

<?php
require("class.phpmailer.php");
$mail = new PHPMailer(); // create a new object
$mail->IsSMTP(); // enable SMTP
$mail->SMTPDebug = 1; // debugging: 1 = errors and messages, 2 = messages only
$mail->SMTPAuth = true; // authentication enabled
$mail->SMTPSecure = 'tls'; // secure transfer enabled REQUIRED for GMail
$mail->Host = "smtp.gmail.com";
$mail->Port = 587; // or 587
$mail->IsHTML(true);
$mail->SetLanguage("tr", "phpmailer/language");
$mail->CharSet  ="utf-8";

$mail->Username = "helico.mail.send@gmail.com"; // Mail adresi
$mail->Password = "Helico1122mail"; // Parola
$mail->SetFrom("caneraltun.ca@gmail.com", "Helico"); // Mail adresi

$mail->AddAddress("caneraltun.ca@gmail.com"); // Gönderilecek kişi

$mail->Subject = "Sideden Gönderildi";
$mail->Body = "cANER<br />ALMA<br />AA<br />AA";

if(!$mail->Send()){
                echo "Mailer Error: ".$mail->ErrorInfo;
} else {
                echo "Message has been sent";
}

?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists