Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Permission problem with send of newmail


Message #1 by cwesterh@w... on Thu, 28 Feb 2002 16:15:54
We use the following code:



<%

Dim	Mail2Send



	Set Mail2Send = CreateObject("CDONTS.NewMail")

	Mail2Send.From = "test@t..."

	Mail2Send.To = "info@c..."

	Mail2Send.Subject = "A test"

	Mail2Send.Body = "Some text"

	Mail2Send.Send

	set Mail2Send = Nothing

%>



When the send is executed we get:



Microsoft VBScript runtime error '800a0046'



Permission denied





But the system manager does not know where to change the permissions. Can anybody help?



Thanks in advance,







Cecil.


  Return to Index