ASP content attempts to send mail on one of my sites hosted on IIS4 and NT Server 4 SP6a.
Resultant error message is :Microsoft VBScript runtime error ‘800a0046’
Permission denied
feedbackmail.asp line 21
Line 21 is objMail.Send. Microsoft’s Q171140 article indicated the IUSR account needed Change permission over the Mailroot directory, and I made it so. However, the rerror condition is not resolved. Is there another fix?