Page MenuHomePhabricator

D8288.id19713.diff
No OneTemporary

D8288.id19713.diff

diff --git a/externals/phpmailer/class.phpmailer-lite.php b/externals/phpmailer/class.phpmailer-lite.php
--- a/externals/phpmailer/class.phpmailer-lite.php
+++ b/externals/phpmailer/class.phpmailer-lite.php
@@ -491,13 +491,7 @@
switch($this->Mailer) {
case 'amazon-ses':
- $toArr = array();
- foreach($this->to as $t) {
- $toArr[] = $this->AddrFormat($t);
- }
- $to = implode(', ', $toArr);
return $this->customMailer->executeSend(
- "To: ".$to."\n".
$header.
$body);

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 1, 4:06 AM (3 w, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6319279
Default Alt Text
D8288.id19713.diff (584 B)

Event Timeline