This article describes how to send email messages with AspEmail requesting read and delivery receipts.
Use the method AddCustomHeader to add two headers to your message, Return-Receipt-To and Disposition-Notification-To, as follows:Mail.AddCustomHeader "Return-Receipt-To: <name@domain.com>"
Mail.AddCustomHeader "Disposition-Notification-To: <name@domain.com>"where <name@domain.com> is where the receipt is to be sent.