// Request read notification
String sNotification = getParameter("notification");
if (Activated.equals(sNotification) || Yes.equals(sNotification)) {
if (DebugFile.trace) DebugFile.writeln("Disposition-Notification-To "+aFrom[0].getAddress());
oSentMsg.addHeader("Disposition-Notification-To", aFrom[0].getAddress());
}
// Send message here
String sTestMode = getParameter("testmode");
if (Activated.equals(sTestMode) || Yes.equals(sTestMode)) {