Help Contents
-
Administration
-
Installation and Upgrade Guide
-
Installation
-
Configuration
-
Application Pool Timeouts
-
Configuring Authentication
-
Configuring a Mail Server
-
Default Timeouts
-
Managing Your License
-
Moving the Enterprise Tester Data folder
-
Secure Channel - Using an SSL Certificate
-
Server Performance Test
-
Updating the logging.config File
-
Updating the web.config File
-
User Sessions
-
Application Pool Timeouts
-
Upgrading Enterprise Tester
-
Installation
-
Managing Your Organization
-
Project Structure
-
Users and Groups
-
Permissions
-
Managing Integrations
-
Managing Picklist Values
-
Migrating Enterprise Tester from one server to another
-
Versioning & Version Control
-
Search Indexing
-
Custom Fields
-
Screen Field Configuration
-
Audit Logging
-
Database Schema
-
Installation and Upgrade Guide
-
User Guide
-
Searching & TQL
-
API
-
Plugins
-
Troubleshooting
-
Earlier Versions of this Documentation
Configuring a Mail Server
Enterprise Tester supports the ability to configure a mail server to support event notification. To configure a mail server, from the Admin tab, expand Configuration and double click on Mail Server.
Enter the details for your mail (STMP) server.
Setting | Description |
---|---|
Enable | Check to enable your mail server. |
Host | Enter the host name of your mail server. |
Port | Enter the port to use to retrieve mail from your mail server. In general the ports for SMTP servers are: SMTP - port 25 Secure SMTP (SSMTP) - port 465 Secure SMTP (using StartTLS) - port 587 |
Timeout | Enter the Timeout in Millisec |
UserName | The user name used to authenticate the account |
Password | The password used to authenticate the account |
From Address | The email address that will be used as the sender in the email (Note that this does not work for Gmail as this provider does not allow impersonation) |
Email Prefix | This the prefix that will be added to email subject |
Here are some examples of how to configure the settings for Gmail, Yahoo and Hotmail/livemail/Outlook.com:
Gmail | Yahoo | Hotmail/Live mail/Outlook.com |
---|---|---|
Host: smtp.gmail.com Username: full gmail address e.g. user@gmail.com Password: gmail password Port: 587 SSL: yes | Host: smtp.mail.yahoo.com Username: full yahoo address e.g. user@yahoo.com Password: yahoo mail password Port: 465 SSL: yes | Host: smtp.live.com Username: full hotmail address Password: hotmail password Port: 587 SSL: yes |