Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13968631
D8288.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
594 B
Referenced Files
None
Subscribers
None
D8288.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Oct 17 2024, 10:25 PM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6711633
Default Alt Text
D8288.diff (594 B)
Attached To
Mode
D8288: Fix phpmailer-lite bug
Attached
Detach File
Event Timeline
Log In to Comment