Hello,
I'm using the aspemail component from Persits. Sending mails with it works great! But now i've created an ASP-form which sends a mail to a public folder from microsoft outlook. This also works great. But i want to add a return receipt to it. I'm not completely sure if a public folder can send such a receipt. I've also tried to achieve this by sending a mail to a normal recipient and then i also get no receipt. So besides the question if a public folder can send a return receipt it's not working at all with me.
I used the code below (and yes i've placed these lines before i send the mail

). I know for sure the RS("email") contains a correct emailaddress.
Code:
Mail.AddCustomHeader "Return-Receipt-To: " & Rs("email")
Mail.AddCustomHeader "Disposition-Notification-To: " & Rs("email")
does anybody have a clue why this ain't working?
Greetz,
Harold