T
Terry Olsen
The system.web.mail is really starting to get on my nerves. I made a minor
change in my app (changed the text that displays when the user clicks a
button). I didn't change anything having to do with the email routine. The
program has always worked fine until now. When it tries to send emails, it
throws the "unable to access the CDO.Message object". I've done a google
search for this and i've tried the suggestions i've found (instead of
smtpmail.server="server", smtpmail.server.insert(0,"server")) but have had
no success.
Can someone give me a clue? Or should I write my own SMTP code?
change in my app (changed the text that displays when the user clicks a
button). I didn't change anything having to do with the email routine. The
program has always worked fine until now. When it tries to send emails, it
throws the "unable to access the CDO.Message object". I've done a google
search for this and i've tried the suggestions i've found (instead of
smtpmail.server="server", smtpmail.server.insert(0,"server")) but have had
no success.
Can someone give me a clue? Or should I write my own SMTP code?