// Set From and Reply-To addresses
if (DebugFile.trace) {
DebugFile.writeln("from "+aFrom[0].getAddress());
DebugFile.writeln("reply-to "+aReply[0].getAddress());
}
oSentMsg.addFrom(aFrom);
oSentMsg.setReplyTo(aReply);
// Request read notification
String sNotification = getParameter("notification");
if (Activated.equals(sNotification) || Yes.equals(sNotification)) {