1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

Bump PHPMailer to 5.2.6

Development has moved to GitHub: https://github.com/PHPMailer/PHPMailer
This commit is contained in:
Paul Arthur 2013-05-30 18:11:42 -04:00
parent 63c66f3507
commit acf5cd0a4b
41 changed files with 2638 additions and 1219 deletions

View file

@ -7,8 +7,7 @@ include("class.smtp.php"); // note, this is optional - gets called from main cla
$mail = new PHPMailer();
$body = $mail->getFile('contents.html');
$body = eregi_replace("[\]",'',$body);
$body = file_get_contents('contents.html');
$mail->IsSMTP();
$mail->SMTPAuth = true; // enable SMTP authentication