146147148149150151152153154155156
ht.put("Disposition-Notification-To", this.strTestMailFrom); ht.put("X-Mailer", "Sendmail"); testEmail.setHeaders(ht); testEmail.send(); this.fakeMailServer.stop(); // validate message validateSend( this.fakeMailServer,
144145146147148149150151152153154
152153154155156157158159160161162
167168169170171172173174175176177