Results 1 to 1 of 1

Thread: Web.Mail << Could not create 'CDONTS.NewMail' object.

Threaded View

  1. #1

    Thread Starter
    Addicted Member Nigh™a®e's Avatar
    Join Date
    Feb 2002
    Location
    Belgium
    Posts
    175

    Web.Mail << Could not create 'CDONTS.NewMail' object.

    I get some error when sending mail

    I used the commands before (on other pc and network)
    But when i try to run the following simple mail script ,
    i get the error
    Could not create 'CDONTS.NewMail' object.

    Is it a .NET component thats not installed right or has it something to do with the mailserver.

    Before i used this script on a simple SMTP Mailserver. Now im running it on a Exchange server thats behind firewalls and routers.

    As sender and receiver i use my own email address, so that should be right.

    Code:
                            Try
                                _SMTP.SmtpServer = "mail.domain.com"
                                _SMTP.Send("[email protected]", "[email protected]", "test", "testing")
                            Catch e As Exception
                                MsgBox(e.Message)
                            End Try

    If anyone can help me with this, please mailto: [email protected]

    I need the sollution for this ASAP
    Last edited by Nigh™a®e; Sep 25th, 2002 at 04:41 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width