 | phpMyBackupPro v1.8 | Download |
 | Description: Đây là script backup và restore database chuyên nghiệp (pro).
Major features:
- backup of one or several databases with or without data, table structure, ...
- three types of compression (no compression, gzip or zip)
- scheduled backups (through a small PHP script which must be included in a existing PHP script)
- interface for managment of the backups (viewing, restoring, downloading, deleting)
- backup directly onto FTP server and posting of backups by email
- platform independe Size: 98.94 KB Modified: 27 Aug 2009 08:33 AM Total Downloads: 2367 |
|
 | ASP Mail code | Download |
 | Description: Code de gui mail tren host windows Size: 0.95 KB Modified: 10 Apr 2007 10:55 AM Total Downloads: 1118 |
|
 | PHPMailer Class Send email on windows server | Download |
 | Description: PHPMailer Version 5.1
Send email with php on windows server with multiple TOs, CCs, BCCs and REPLY-TOs
Include class.phpmailer.php file, sample code as below
< ?
require("class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsSMTP();
$mail->Host = "mail.yourdomain.com";
$mail->SMTPAuth = true;
$mail->Username = "you@yourdomain.com";
$mail->Password = "EmailPassword";
$mail->From = "you@yourdomain.com";
$mail->FromName = "Your Name";
$mail->AddReplyTo("you@domain.com"); Size: 109.09 KB Modified: 03 May 2010 02:15 PM Total Downloads: 63 |
|