Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F952066
PhabricatorSendGridConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
619 B
Referenced Files
None
Subscribers
None
PhabricatorSendGridConfigOptions.php
View Options
<?php
final
class
PhabricatorSendGridConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Integration with SendGrid'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure SendGrid integration.'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'sendgrid.api-user'
,
'string'
,
null
)
->
setLocked
(
true
)
->
setDescription
(
pht
(
'SendGrid API username.'
)),
$this
->
newOption
(
'sendgrid.api-key'
,
'string'
,
null
)
->
setMasked
(
true
)
->
setDescription
(
pht
(
'SendGrid API key.'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 3:29 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226303
Default Alt Text
PhabricatorSendGridConfigOptions.php (619 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment