I am having an intermittent problem trying to send email.
here is my basic code
<%
Dim objNewMail
Set objNewMail = CreateObject("CDONTS.NewMail")
objNewMail.Send "
[email protected]", "
[email protected]", "test", "test"
Set objNewMail = Nothing
%>
I end up with an error that says
error '8009000f'
Object already exists.
This does not happen all of the time.
I have seen others asking this question on the internet but have not seen an answer. Can anyone help?
Changing the permission on the Machinekeys folder did not help.