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.')), ); } }