SMTP Server (Window ID-200118)
From iDempiere en
Window: SMTP Server
Description:
Help:
Tab: SMTP Server
Description:
Help:
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_SMTP.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_SMTP.AD_Org_ID numeric(10) Table Direct |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | AD_SMTP.Name character varying(60) String |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
AD_SMTP.IsActive character(1) Yes-No |
Mail Host | Hostname of Mail Server for SMTP and IMAP | The host name of the Mail Server for this tenant with SMTP services to send mail, and IMAP to process incoming mail. | AD_SMTP.SMTPHost character varying(60) String |
SMTP Authentication | Your mail server requires Authentication | Some email servers require authentication before sending emails. If yes, users are required to define their email user name and password. If authentication is required and no user name and password is required, delivery will fail. | AD_SMTP.IsSmtpAuthorization character(1) Yes-No |
SMTP Port | SMTP Port Number | AD_SMTP.SMTPPort numeric(10) Integer | |
SMTP SSL/TLS | Use SSL/TLS for SMTP | AD_SMTP.IsSecureSMTP character(1) Yes-No | |
Request User | User Name (ID) of the email owner | EMail user name for requests, alerts and escalation are sent from this email address as well as delivery information if the sales rep does not have an email account. Required, if your mail server requires authentification as well as for processing incoming mails. | AD_SMTP.RequestUser character varying(60) String |
Request User Password | Password of the user name (ID) for mail processing | AD_SMTP.RequestUserPW character varying(255) String | |
Used by email or domain | AD_SMTP.UsedByEmailOrDomain character varying(255) String | ||
Test EMail | Test EMail Connection | Test EMail Connection based on info defined. An EMail is sent from the request user to the request user. Also, the web store mail settings are tested. | AD_SMTP.EMailTest character(1) Button |