Page MenuHomePhabricator

D8288.id.diff
No OneTemporary

D8288.id.diff

Index: externals/phpmailer/class.phpmailer-lite.php
===================================================================
--- externals/phpmailer/class.phpmailer-lite.php
+++ 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, 3:31 AM (3 w, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6294280
Default Alt Text
D8288.id.diff (594 B)

Event Timeline