Registry / testing / subethasmtp-wiser

subethasmtp-wiser

JSON →
library1.2javamavenunverified

Wiser is a smart mail testing application for simulating SMTP servers in tests.

<dependency> <groupId>org.subethamail</groupId> <artifactId>subethasmtp-wiser</artifactId> <version>1.2</version> </dependency>
INSTALL
IMPORT
SIG · SUBETHASMTP-WISER
S
subethasmtp-wiser
testingjavav1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Wiser
org.subethamail.wiser.Wiser

Start and stop a Wiser SMTP server for testing.

import org.subethamail.wiser.Wiser; public class Quickstart { public static void main(String[] args) { Wiser wiser = new Wiser(); wiser.setPort(2525); wiser.start(); System.out.println("Wiser SMTP server started on port 2525"); wiser.stop(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
subethasmtp-wiser — mvn dependency:get subethasmtp-wiser · libregistry