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
Printable View
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
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]"
Do you have an alternative to this line then:
set myMail = Server.CreateObject("CDONTS.NewMail"0
Cheers
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