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:
parent
63c66f3507
commit
acf5cd0a4b
41 changed files with 2638 additions and 1219 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue