Page MenuHomePhabricator

D19083.diff
No OneTemporary

D19083.diff

diff --git a/src/applications/metamta/adapter/PhabricatorMailImplementationAmazonSESAdapter.php b/src/applications/metamta/adapter/PhabricatorMailImplementationAmazonSESAdapter.php
--- a/src/applications/metamta/adapter/PhabricatorMailImplementationAmazonSESAdapter.php
+++ b/src/applications/metamta/adapter/PhabricatorMailImplementationAmazonSESAdapter.php
@@ -26,6 +26,7 @@
'access-key' => 'string',
'secret-key' => 'string',
'endpoint' => 'string',
+ 'encoding' => 'string',
));
}
@@ -34,6 +35,7 @@
'access-key' => null,
'secret-key' => null,
'endpoint' => null,
+ 'encoding' => 'base64',
);
}
@@ -42,6 +44,7 @@
'access-key' => PhabricatorEnv::getEnvConfig('amazon-ses.access-key'),
'secret-key' => PhabricatorEnv::getEnvConfig('amazon-ses.secret-key'),
'endpoint' => PhabricatorEnv::getEnvConfig('amazon-ses.endpoint'),
+ 'encoding' => PhabricatorEnv::getEnvConfig('phpmailer.smtp-encoding'),
);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 16, 10:59 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707780
Default Alt Text
D19083.diff (1022 B)

Event Timeline