Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15421065
D8694.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
669 B
Referenced Files
None
Subscribers
None
D8694.id.diff
View Options
diff --git a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
--- a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
+++ b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
@@ -363,7 +363,7 @@
PhabricatorEnv::getEnvConfig('metamta.can-send-as-user');
if ($can_send_as_user) {
- $mailer->setFrom($actor_email);
+ $mailer->setFrom($actor_email, $actor_name);
} else {
$from_email = coalesce($actor_email, $default_from);
$from_name = coalesce($actor_name, pht('Phabricator'));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 8:44 PM (2 w, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7406792
Default Alt Text
D8694.id.diff (669 B)
Attached To
Mode
D8694: Set from name when $can_send_as_user is true
Attached
Detach File
Event Timeline
Log In to Comment