multiplex77
Programmer
Hi,
I have a strange problem sending mail: My code runs without error, but the mail is not sent. Is there some setting in IIS I might have accidentally changed? I don't recall changing anything...
Here is my code:
Dim objMail
Set objMail = CreateObject("CDONTS.NewMail"
objMail.Send "me@mycompany.com", "recipient@yourcompany.com", "Hello", "Hello world!"
Set objMail = Nothing
I probably did something silly, but I can't figure it out cos I don't see any error msg! Thanks in advance for your help.
Multiplex
I have a strange problem sending mail: My code runs without error, but the mail is not sent. Is there some setting in IIS I might have accidentally changed? I don't recall changing anything...
Here is my code:
Dim objMail
Set objMail = CreateObject("CDONTS.NewMail"
objMail.Send "me@mycompany.com", "recipient@yourcompany.com", "Hello", "Hello world!"
Set objMail = Nothing
I probably did something silly, but I can't figure it out cos I don't see any error msg! Thanks in advance for your help.
Multiplex