1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 06:03:27 +02:00

Upgraded PHPMailer to 5.2.9 and corrected mail overrides.

This commit is contained in:
Cameron
2014-10-29 14:16:03 -07:00
parent 767b015b9e
commit 00450f1404
8 changed files with 4766 additions and 4072 deletions

View File

@@ -297,6 +297,11 @@ $EMAIL_TEMPLATE['example']['footer'] = "<br /><br />
</body>
</html>";
// Overrides any data sent from script.
$EMAIL_TEMPLATE['example']['cc'] = "example@example.com";
$EMAIL_TEMPLATE['example']['bcc'] = "example@example.com";
$EMAIL_TEMPLATE['example']['attachment'] = "{e_PLUGIN}myplugin/myattachment.zip";
$EMAIL_TEMPLATE['example']['priority'] = 3; // (1 = High, 3 = Normal, 5 = low).