Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 27th, 2004, 07:00 AM
Authorized User
 
Join Date: Jun 2003
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Default Return receipt Persits ASPEmail

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
 
Old March 10th, 2004, 11:06 AM
Authorized User
 
Join Date: Jun 2003
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Default

yes i know i'm an impatient person, but i still haven't got an answer from anyone :(

didn't i describe the problem properly?

Greetz,

Harold





Similar Threads
Thread Thread Starter Forum Replies Last Post
printing a receipt abdrabaa C# 1 September 12th, 2007 03:22 AM
upload multiple files in db with persits aspjpeg dann2 Classic ASP Basics 0 May 10th, 2007 11:20 PM
Unable to Test ASPEmail Locally GLSmyth Classic ASP Components 2 March 8th, 2007 05:16 PM
getting problem in Persits.MailSender najamsiddiqui ASP.NET 1.0 and 1.1 Basics 3 October 16th, 2006 10:53 PM
I have problem to use Persits.MailSender omid_sham Classic ASP Professional 1 March 2nd, 2004 07:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.