---
title: OTPEmailSender
description: Resource path:
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-otpemailsender
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-otpemailsender.html
section_ids:
  sec-amster-entity-otpemailsender-realm-ops: Realm Operations
  sec-amster-entity-otpemailsender-realm-ops-create: create
  sec-amster-entity-otpemailsender-realm-ops-delete: delete
  sec-amster-entity-otpemailsender-realm-ops-gettype: getType
  sec-amster-entity-otpemailsender-realm-ops-getupgradedconfig: getUpgradedConfig
  sec-amster-entity-otpemailsender-realm-ops-query: query
  sec-amster-entity-otpemailsender-realm-ops-read: read
  sec-amster-entity-otpemailsender-realm-ops-update: update
  sec-amster-entity-otpemailsender-realm-ops-versioninfo: versionInfo
---

# OTPEmailSender

## Realm Operations

Resource path:

```
/realm-config/authentication/authenticationtrees/nodes/OneTimePasswordSmtpSenderNode/1.0
```

Resource version: `3.0`

### create

**Usage**

```
am> create OTPEmailSender --realm Realm --id id --body body
```

**Parameters**

* *\--id*

  The unique identifier for the resource.

* *\--body*

  The resource in JSON format, described by the following JSON schema:

  ```json
  {
    "type" : "object",
    "properties" : {
      "sslOption" : {
        "title" : "Mail Server Secure Connection",
        "description" : "This setting controls whether the authentication module communicates with the mail server using SSL/TLS.",
        "propertyOrder" : 2100,
        "type" : "string",
        "exampleValue" : ""
      },
      "hostName" : {
        "title" : "Mail Server Host Name",
        "description" : "The name of the mail server OpenAM will use to send the messages.",
        "propertyOrder" : 200,
        "type" : "string",
        "exampleValue" : ""
      },
      "emailContent" : {
        "title" : "The content of the email",
        "description" : "This is the content of the email that will be sent. All occurrence of {{OTP}} will be replaced with the One Time Password.",
        "propertyOrder" : 1400,
        "patternProperties" : {
          ".*" : {
            "type" : "string"
          }
        },
        "type" : "object",
        "exampleValue" : ""
      },
      "username" : {
        "title" : "Mail Server Authentication Username",
        "description" : "The username to use when the mail server is using SMTP authentication.",
        "propertyOrder" : 400,
        "type" : "string",
        "exampleValue" : ""
      },
      "fromEmailAddress" : {
        "title" : "Email From Address",
        "description" : "Emails from the OTP Email Sender node will come from this address.",
        "propertyOrder" : 600,
        "type" : "string",
        "exampleValue" : ""
      },
      "emailAttribute" : {
        "title" : "Email Attribute Name",
        "description" : "This is the attribute name used by the OTP Sender to email the user.",
        "propertyOrder" : 1100,
        "type" : "string",
        "exampleValue" : ""
      },
      "password" : {
        "title" : "Mail Server Authentication Password",
        "description" : "The password to use when the mail server uses SMTP authentication. This property is deprecated. Use the Mail Server Secret Label Identifier instead. The password is  ignored if you set a Mail Server Secret Label Identifier.",
        "propertyOrder" : 500,
        "type" : "string",
        "format" : "password",
        "exampleValue" : ""
      },
      "hostPort" : {
        "title" : "Mail Server Host Port",
        "description" : "The port of the mail server. The default port for SMTP is 25, if using SSL the default port is 465.",
        "propertyOrder" : 300,
        "type" : "integer",
        "exampleValue" : ""
      },
      "secretLabelIdentifier" : {
        "title" : "Mail Server Secret Label Identifier",
        "description" : "Label identifier used to create a secret label for mapping to the secret in the secret store. <br>AM uses this label identifier to create a specific secret label for this node. The secret label takes the form <code>am.authentication.nodes.otp.mail.{{identifier}}.password</code> where {{identifier}} is the value of Mail Server Secret Label Identifier. The identifier can only contain characters {{a-z}} {{A-Z}} {{0-9}} {{.}} and cannot start or end with {{.}}. If you set a Mail Server Secret Label Identifier and AM finds a matching secret in a secret store, the Mail Server Authentication Password is ignored.",
        "propertyOrder" : 550,
        "type" : "string",
        "exampleValue" : ""
      },
      "smsGatewayImplementationClass" : {
        "title" : "Gateway Implementation Class",
        "description" : "The OTP Email Sender node uses this class to send email messages. <br><br>The gateway class must implement the following interface: <br><code>com.sun.identity.authentication.modules.hotp.SMSGateway</code>",
        "propertyOrder" : 2200,
        "type" : "string",
        "exampleValue" : ""
      },
      "emailSubject" : {
        "title" : "The subject of the email",
        "description" : "This is the subject of the email that will be sent.",
        "propertyOrder" : 1300,
        "patternProperties" : {
          ".*" : {
            "type" : "string"
          }
        },
        "type" : "object",
        "exampleValue" : ""
      }
    },
    "required" : [ "sslOption", "hostName", "emailContent", "username", "fromEmailAddress", "emailAttribute", "hostPort", "smsGatewayImplementationClass", "emailSubject" ]
  }
  ```

### delete

**Usage**

```
am> delete OTPEmailSender --realm Realm --id id
```

**Parameters**

* *\--id*

  The unique identifier for the resource.

### getType

List information related to the node such as a name, description, tags and metadata.

**Usage**

```
am> action OTPEmailSender --realm Realm --actionName getType
```

### getUpgradedConfig

Get the upgraded configuration for the node type.

**Usage**

```
am> action OTPEmailSender --realm Realm --body body --actionName getUpgradedConfig --targetVersion targetVersion
```

**Parameters**

* *\--body*

  The resource in JSON format, described by the following JSON schema:

  ```json
  {
    "type" : "object",
    "title" : "The current configuration of the node type."
  }
  ```

* *\--targetVersion*

  \=== listOutcomes

List the available outcomes for the node type.

**Usage**

```
am> action OTPEmailSender --realm Realm --body body --actionName listOutcomes
```

**Parameters**

* *\--body*

  The resource in JSON format, described by the following JSON schema:

  ```json
  {
    "description" : "Some configuration of the node. This does not need to be complete against the configuration schema.",
    "type" : "object",
    "title" : "Node configuration"
  }
  ```

### query

Get the full list of instances of this collection. This query only supports `_queryFilter=true` filter.

**Usage**

```
am> query OTPEmailSender --realm Realm --filter filter
```

**Parameters**

* *\--filter*

  A CREST formatted query filter, where "true" will query all.

### read

**Usage**

```
am> read OTPEmailSender --realm Realm --id id
```

**Parameters**

* *\--id*

  The unique identifier for the resource.

### update

**Usage**

```
am> update OTPEmailSender --realm Realm --id id --body body
```

**Parameters**

* *\--id*

  The unique identifier for the resource.

* *\--body*

  The resource in JSON format, described by the following JSON schema:

  ```json
  {
    "type" : "object",
    "properties" : {
      "sslOption" : {
        "title" : "Mail Server Secure Connection",
        "description" : "This setting controls whether the authentication module communicates with the mail server using SSL/TLS.",
        "propertyOrder" : 2100,
        "type" : "string",
        "exampleValue" : ""
      },
      "hostName" : {
        "title" : "Mail Server Host Name",
        "description" : "The name of the mail server OpenAM will use to send the messages.",
        "propertyOrder" : 200,
        "type" : "string",
        "exampleValue" : ""
      },
      "emailContent" : {
        "title" : "The content of the email",
        "description" : "This is the content of the email that will be sent. All occurrence of {{OTP}} will be replaced with the One Time Password.",
        "propertyOrder" : 1400,
        "patternProperties" : {
          ".*" : {
            "type" : "string"
          }
        },
        "type" : "object",
        "exampleValue" : ""
      },
      "username" : {
        "title" : "Mail Server Authentication Username",
        "description" : "The username to use when the mail server is using SMTP authentication.",
        "propertyOrder" : 400,
        "type" : "string",
        "exampleValue" : ""
      },
      "fromEmailAddress" : {
        "title" : "Email From Address",
        "description" : "Emails from the OTP Email Sender node will come from this address.",
        "propertyOrder" : 600,
        "type" : "string",
        "exampleValue" : ""
      },
      "emailAttribute" : {
        "title" : "Email Attribute Name",
        "description" : "This is the attribute name used by the OTP Sender to email the user.",
        "propertyOrder" : 1100,
        "type" : "string",
        "exampleValue" : ""
      },
      "password" : {
        "title" : "Mail Server Authentication Password",
        "description" : "The password to use when the mail server uses SMTP authentication. This property is deprecated. Use the Mail Server Secret Label Identifier instead. The password is  ignored if you set a Mail Server Secret Label Identifier.",
        "propertyOrder" : 500,
        "type" : "string",
        "format" : "password",
        "exampleValue" : ""
      },
      "hostPort" : {
        "title" : "Mail Server Host Port",
        "description" : "The port of the mail server. The default port for SMTP is 25, if using SSL the default port is 465.",
        "propertyOrder" : 300,
        "type" : "integer",
        "exampleValue" : ""
      },
      "secretLabelIdentifier" : {
        "title" : "Mail Server Secret Label Identifier",
        "description" : "Label identifier used to create a secret label for mapping to the secret in the secret store. <br>AM uses this label identifier to create a specific secret label for this node. The secret label takes the form <code>am.authentication.nodes.otp.mail.{{identifier}}.password</code> where {{identifier}} is the value of Mail Server Secret Label Identifier. The identifier can only contain characters {{a-z}} {{A-Z}} {{0-9}} {{.}} and cannot start or end with {{.}}. If you set a Mail Server Secret Label Identifier and AM finds a matching secret in a secret store, the Mail Server Authentication Password is ignored.",
        "propertyOrder" : 550,
        "type" : "string",
        "exampleValue" : ""
      },
      "smsGatewayImplementationClass" : {
        "title" : "Gateway Implementation Class",
        "description" : "The OTP Email Sender node uses this class to send email messages. <br><br>The gateway class must implement the following interface: <br><code>com.sun.identity.authentication.modules.hotp.SMSGateway</code>",
        "propertyOrder" : 2200,
        "type" : "string",
        "exampleValue" : ""
      },
      "emailSubject" : {
        "title" : "The subject of the email",
        "description" : "This is the subject of the email that will be sent.",
        "propertyOrder" : 1300,
        "patternProperties" : {
          ".*" : {
            "type" : "string"
          }
        },
        "type" : "object",
        "exampleValue" : ""
      }
    },
    "required" : [ "sslOption", "hostName", "emailContent", "username", "fromEmailAddress", "emailAttribute", "hostPort", "smsGatewayImplementationClass", "emailSubject" ]
  }
  ```

### versionInfo

List the versions available for the node type.

**Usage**

```
am> action OTPEmailSender --realm Realm --actionName versionInfo
```
