Testing javax.mail code
Monday, January 26th, 2004Applications often contain logic that requires email being sent to this that or the other address. This logic is often untested. When it is tested it is sometimes done manually by using a non production email address. There is another solution however using a mock SMTP server.
One such server available […]