Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
| |
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? |
The End.