...
Table of Contents | ||
---|---|---|
|
Introduction
The SMTP Listener is a custom message listener extension for Parasoft Virtualize. It stands up a temporary SMTP server that notifies Virtualize on a per-message basis allowing users to accept or reject, with a custom rejection message, the incoming message and perform validations and post-processing as needed.
Installation
This tool can be installed from the UI or the command line.
Installing from the UI
- Go to Parasoft > Preferences and click System Properties.
- Click Add JARs and choose com.veritualize.listener.smtp-<VERSION>.jar.
- Click Apply.
- Restart Virtualize.
Installing from the Command Line
Add the com.parasoft.virtualize.listener.smtp-<VERSION>.jar file to the system.properties.classpath
property in your settings properties file. For example:
system.properties.classpath=<PATH_TO_JAR>/com.parasoft.virtualize.listener.smtp-1.1.0.jar
Usage
You can select and configure the listener in the Virtual Asset configuration panel.
- In the Virtualize Server view, choose the virtual asset you want to configure to use with the custom message listener.
- Choose Transports> Custom in the Virtual Asset Deployment Settings. If multiple listeners are installed, choose SMTP Listener from the Select Implementation menu.
- Configure the connection and security settings (see Configuration).
- Save your changes.
Configuration
You can configure the following settings.
Connection Settings
Scroll Table Layout | ||
---|---|---|
|
Host Name | Defines the hostname for the SMTP server. If empty, the system default hostname will be used. |
---|---|
Port | Defines the port for the SMTP server. If empty, the listener will not start. |
Security Settings
Scroll Table Layout | ||
---|---|---|
|
...