Show Email

The SHOW EMAIL command shows metadata for the specific email domain object. The command returns a one row result set.

Syntax

show email <email_name>; 

Parameters

Parameter
Description
email_name
(Required) Specifies the email domain object to describe.

Details

Use the SHOW EMAILS command to list all email domain objects that exist in your environment.

The command returns the following result set:

Column Name
Data Type
Description
Column Name
Data Type
Description
id string Unique identifier for each email domain object.
name string Email name used when the developer created the email object.
description string Notes a developer added to the email object.
as string Lists any parameters given when the developer created the email object. Examples include to and from addresses, email subject and body, and file attachments. Refer toCREATE EMAIL for exhaustive list.
created_by string Connect developer who created the email object.
created_instant instant Instant when a developer created the email object.
modified_by string Connect developer who last modified the email object.
modified_instant instant Instant when a developer last modified the email object.

Examples

show email e_payfile;

screen-shot-2016-10-19-at-4-39-01-pm

 

Related Commands

CREATE EMAIL

SHOW EMAILS