Re: Custom matcher... I really need help

2016-04-27 Thread Muhammad Ismail
Hi Benjamin you can write simple mailet [java class] extending GenericMailet & inside that you can connect to DB [simple JDBC]. public class ValidateMails extends GenericMailet { protected String dbDriver; protected String dbURL; protected String dbUser; protected String dbPass;

Custom matcher... I really need help

2016-04-27 Thread Benjamin Yeo
Hi guys, sorry to post again but can someone please give me an example of a simple matcher For example, my matcher will just connect to database, then retrieve records in the database. That is all. I do not need anything else. Can someone please help me on this because I am stuck in at this for a