tc3596
Technical User
- Mar 16, 2001
- 283
I have a web site that was written mostly using ASP classic (some pages use .NET). It will eventually all get rewritten using .NET. Currently, I am using ASPMail which is an older technology. I was reading about CDOSYS (ASP classic) and System.Web.Mail and/or System.Net.Mail classes. I'd like to create an "email send" method which would be compatible with as many users as possible. Users will be required to all be on Windows. The site writes back to a local ERP package. Any thoughts on a best approach method to go with? Thanks.