%PDF- %PDF-
| Direktori : /home/riacommer/domains/gasworld.com.my/private_html/ |
| Current File : /home/riacommer/domains/gasworld.com.my/private_html/phpmail.php |
<?php
require("class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsSMTP(); // set mailer to use SMTP
$mail->Host = "mail.gasworld.com.my:2525"; // specify main and backup server
$mail->SMTPAuth = true; // turn on SMTP authentication
$mail->Username = "noreply@gasworld.com.my"; // SMTP username
$mail->Password = ")tt0w}J~97"; // SMTP password
//$mail->AddReplyTo("alfred2046@gmail.com","Gasworld Sales & Marketing");
//$mail->From = "alfred2046@gmail.com";
//$mail->FromName = "Gasworld Sales & Marketing";
$mail->WordWrap = 100; // set word wrap to 50 characters
$mail->IsHTML(true); // set email format to HTML
$mail_signature = 'Regards,<br />www.gasworld.com.my';
?>