Hi,
I am using CDO.Message mail component to send emails in ASP code

i need to setup way to get failed emails

this i can do in cold fusion using following code,
<cfmail
from="from@domain.com"
to="#sendhtml.email#"
subject="subject"
query="sendhtml"
type="html"
replyto = "replyto@domain.com"
failto = "failedto@domain.com">

can we have similer in ASP?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.