Classic ASP ComponentsDiscussions 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
Hi,
I use the "cc" property of cdoCys mail component to send the mail to 2 different person.
No how can I send two different message body's to 2people in a single page?
thanks
CC means carbon copy, it is designed to do just that. I believe you will have to execute your mail code as many times as you would like to send diferent messages (you can do this in the same page)