Back to index
Summary
Creates a new email configuration.configNameStringrequiredThe email configuration name. credentialNameStringoptionalThe name of the credential that contains the email password for the user from which CloudBees CD/RO sends email notifications. credentialProjectNameStringoptionalThe name of the credential project that contains the email password for the user from which CloudBees CD/RO sends email notifications. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. mailFromStringoptionalThe email address used as the email sender address for CloudBees CD/RO notifications. mailHostStringoptionalName of the email server host. mailPortIntegeroptionalThe port number for the email service on the server. mailProtocolStringoptionalName of the email transport protocol. Supported protocol names: SMTP , SMTPS .mailUserStringoptionalName of the email user on behalf of which CloudBees CD/RO sends email notifications. mailUserPasswordStringoptionalPassword of the email user on behalf of which CloudBees CD/RO sends email notifications. |
Usage
Perl
$cmdr->createEmailConfig( "test-configName" # configName # optionals );
ectool
ectool createEmailConfig \ "test-configName" `# configName` \ # optionals