Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

datengaertnerei/TestCollectorMailet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TestCollectorMailet

Apache James mailet for e-mail test automation

  1. Build project
  2. Install Apache James
  3. Copy project and JDBC driver jar files to conf/lib of your Apache James installation
  4. Edit conf/mailetcontainer.xml using your own JDBC setup
       <mailet match="All" class="com.datengaertnerei.test.mail.TestCollectorMailet">
         <url>jdbc:derby://localhost:1527/MailDB;create=true</url>
	 <driver>org.apache.derby.jdbc.ClientDriver</driver>
	 <user>APP</user>
	 <password>APP</password>
       </mailet>

I switched to MailHog or you could use Smtp4Dev.

About

Apache James mailet for e-mail test automation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages