Table idempiere9.adempiere.ad_smtp
SMTP Server

Generated by
Quality Systems & Solutions
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
ad_client_id numeric 10 Client/Tenant for this installation.
ad_org_id numeric 10 0 Organizational entity within client
ad_smtp_id numeric 10 SMTP Server
ad_smtp_uu varchar 36  √  NULL::character varying AD_SMTP_UU
created timestamp 29,6 statement_timestamp() Date this record was created
createdby numeric 10 User who created this records
emailtest bpchar 1  √  NULL::bpchar Test EMail
isactive bpchar 1 'Y'::bpchar The record is active in the system
issecuresmtp bpchar 1 'N'::bpchar Use SSL/TLS for SMTP
issmtpauthorization bpchar 1 'N'::bpchar Your mail server requires Authentication
name varchar 60 Alphanumeric identifier of the entity
requestuser varchar 60  √  NULL::character varying User Name (ID) of the email owner
requestuserpw varchar 255  √  NULL::character varying Password of the user name (ID) for mail processing
smtphost varchar 60  √  NULL::character varying Hostname of Mail Server for SMTP and IMAP
smtpport numeric 10  √  NULL::numeric SMTP Port Number
updated timestamp 29,6 statement_timestamp() Date this record was updated
updatedby numeric 10 User who updated this records
usedbyemailordomain varchar 255  √  NULL::character varying Used by email or domain

Table contained 0 rows at 2021-12-25 14:55 +0100

Indexes:
Column(s) Type Sort Constraint Name
ad_smtp_id Primary key Asc ad_smtp_key
ad_smtp_uu Must be unique Asc ad_smtp_uu_idx