L
Lars-Erik Aabech
Have you set the static SmtpServer property of the SmtpMail class?
You probably have a virtual SMTP server on your local machine but not on the
other machines.
The SmtpServer property defaults to local, but you could set it to ie.
"mail.mycompany.com" and off you go
"Could not access 'CDO.Message' object" is a general error message from the
SmtpMail.send method - I've got it if an attachment isn't found, if the
SmtpServer isn't found, etc. etc.
This is definately something that should be addressed
HTH,
Lars-Erik
You probably have a virtual SMTP server on your local machine but not on the
other machines.
The SmtpServer property defaults to local, but you could set it to ie.
"mail.mycompany.com" and off you go
"Could not access 'CDO.Message' object" is a general error message from the
SmtpMail.send method - I've got it if an attachment isn't found, if the
SmtpServer isn't found, etc. etc.
This is definately something that should be addressed
HTH,
Lars-Erik