I am creating a customer feedback form -- customer.asp.
How do I send an email message from the customer feedback form? I am using Windows 98 and PWS. I don't have CDO, which is for NTS only. Thank you
Printable View
I am creating a customer feedback form -- customer.asp.
How do I send an email message from the customer feedback form? I am using Windows 98 and PWS. I don't have CDO, which is for NTS only. Thank you
you will have to install a third party mailling component, then read the documentation and findout the right methods to use.
Kagey: I don't want to use the 3rd party component. Do I have to use it for customer feedback form?
to send an email from an asp page you need a component to do it. there are free ones so you dont have to pay anything extra for it.
you can get a free one at http://www.aspemail.com/
Thank you, Kagey!!!!