asp_cdo thread: Permission problem with send of newmail
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.
|





