sending email from teardown scirpt of a failed testcase
Hello, I am using the 'Send email from your groovy scripts' tutorial on your blog and am having some issues. import javax.mail.*; import javax.mail.internet.*; import java.util.*; import com.ev...