About US

'; print '

Leaf PHPMailer '.$leaf['version'].'

HTML Plain
or check SpamAssassin Score

Server Information

  • Server IP Address : '.$_SERVER['SERVER_ADDR'].' Check Blacklist
  • PHP Version : '.phpversion().'

HELP

  • [-email-] : Reciver Email (emailuser@emaildomain.com)
    • [-emailuser-] : Email User (emailuser)
    • [-emaildomain-] : Email User (emaildomain.com)
  • [-time-] : Date and Time ('.date("m/d/Y h:i:s a", time()).')
  • [-randomstring-] : Random string (0-9,a-z)
  • [-randomnumber-] : Random number (0-9)
  • [-randomletters-] : Random Letters(a-z)
  • [-randommd5-] : Random MD5

example

Receiver Email = user@domain.com
  • hello [-emailuser-] = hello user
  • your domain is [-emaildomain-] = Your Domain is domain.com
  • your code is [-randommd5-] = your code is e10adc3949ba59abbe56e057f20f883e
by '.$leaf['website'].'

'; if($_POST['action']=="send"){ print '

'; $maillist=explode("\r\n", $emailList); $n=count($maillist); $x =1; foreach ($maillist as $email ) { print '
['.$x.'/'.$n.']
'.$email.'
'; if(!leafMailCheck($email)) { print '
Incorrect Email
'; print "
\r\n"; } else { $mail = new PHPMailer; $mail->setFrom(leafClear($senderEmail,$email),leafClear($senderName,$email)); $mail->addReplyTo(leafClear($replyTo,$email)); $mail->addAddress($email); $mail->Subject = leafClear($subject,$email); $mail->Body = leafClear($messageLetter,$email); if($messageType==1){ $mail->IsHTML(true); $mail->AltBody =strip_tags(leafClear($messageLetter,$email)); } else $mail->IsHTML(false); $mail->CharSet = $charset; $mail->Encoding = $encoding; for($i=0; $i

Copyright © 2015 Witty Mall. All Rights Reserved.