|
-
Jan 10th, 2001, 09:00 AM
#1
Thread Starter
Hyperactive Member
I'm having trouble with sedning mail, i know CDONTS will work but our exchange server cannot be used with SMTP, could anyone tell me another alternative to CDONTS.NewMail
Cheers
-
Jan 10th, 2001, 11:34 AM
#2
Guru
I use MAPI/CDO when I don't want to use SMTP. This allows me to use the Exchange server names rather than the SMTP names
example: I can send mail using CDO to "Jane Doe" rather than "[email protected]"
-
Jan 10th, 2001, 11:37 AM
#3
Thread Starter
Hyperactive Member
Do you have an alternative to this line then:
set myMail = Server.CreateObject("CDONTS.NewMail"0
Cheers
-
Jan 10th, 2001, 11:42 AM
#4
Guru
You'll need to replace more than just that one line (unless, of course, you create your own VB object)
I don't have CDO code here, I will try and see if I can whip some up later....
Tom
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|