Page MenuHomestyx hydra

PhabricatorSendGridConfigOptions.php
No OneTemporary

PhabricatorSendGridConfigOptions.php

<?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)
->setDescription(pht('SendGrid API username.')),
$this->newOption('sendgrid.api-key', 'string', null)
->setMasked(true)
->setDescription(pht('SendGrid API key.')),
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Feb 24, 9:35 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
840924
Default Alt Text
PhabricatorSendGridConfigOptions.php (593 B)

Event Timeline