Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F952148
PhabricatorMetaMTAApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
864 B
Referenced Files
None
Subscribers
None
PhabricatorMetaMTAApplication.php
View Options
<?php
final
class
PhabricatorMetaMTAApplication
extends
PhabricatorApplication
{
public
function
getIconName
()
{
return
'metamta'
;
}
public
function
getShortDescription
()
{
return
pht
(
'Delivers Mail'
);
}
public
function
getFlavorText
()
{
return
pht
(
'Yo dawg, we heard you like MTAs.'
);
}
public
function
getApplicationGroup
()
{
return
self
::
GROUP_ADMIN
;
}
public
function
canUninstall
()
{
return
false
;
}
public
function
isLaunchable
()
{
return
false
;
}
public
function
getTypeaheadURI
()
{
return
null
;
}
public
function
getRoutes
()
{
return
array
(
'/mail/'
=>
array
(
'sendgrid/'
=>
'PhabricatorMetaMTASendGridReceiveController'
,
'mailgun/'
=>
'PhabricatorMetaMTAMailgunReceiveController'
,
),
);
}
public
function
getTitleGlyph
()
{
return
'@'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 3:30 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226293
Default Alt Text
PhabricatorMetaMTAApplication.php (864 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment