I installed version 1 this afternoon and I'm encountering problems in sending email messages from the .aspx page. It gives me the error:<BR><BR>The "SendUsing" configuration value is invalid. <BR>Line 34: <BR>Line 35: 'Now, to send the message, use the Send method of the SmtpMail class<BR>Line 36: SmtpMail.Send(objMM)<BR>Line 37: <BR>Line 38: <BR>HttpException (0x80004005): Could not access 'CDO.Message' object.]<BR><BR>This was all working fine under Beta 2. I have made no changes to the code since the new install and I even ran the asp.net email sample off of 4guys and got the same error message. Does anyone know if there is an update in the framework concerning how emails are sent in version 1? Thanks for your help.<BR><BR>-MarkSee article at: http://www.aspfree.com/aspnet/email.aspx<BR><BR>From ASPFree.com:<BR>Updated Demo - Sending Email using CDONTS and .NET <BR>This is an updated demo sending email via CDONTS. We discovered there is one addition to the code. The local server has to be defined before mail would work. <BR>Click here to check this item out! <BR>Posted on:1/22/2002 <BR><BR>