D
Dino M. Buljubasic
I am creating an applications that has to do auto emailing whenever some
actions have been performed. I need to set an account with the company that
provides email provider and need to be able to set user name and password so
that emails sent from my applicatios get accepted and forwarded to people
who requested to be emailed.
Speciffically, I need to find out how to set user name and password for a
CDO object.
So far, I do emailing successfully from my machine but any other machines
return an error saying:
"The following problem occured when attempting to send email to John Doe:
Could not access 'CDO.Message' object."
So far, I am using SmtpMail.Send(aMessage) to send emails and as I sad, it
works fine from my machine only.
Any help will be appreciated
actions have been performed. I need to set an account with the company that
provides email provider and need to be able to set user name and password so
that emails sent from my applicatios get accepted and forwarded to people
who requested to be emailed.
Speciffically, I need to find out how to set user name and password for a
CDO object.
So far, I do emailing successfully from my machine but any other machines
return an error saying:
"The following problem occured when attempting to send email to John Doe:
Could not access 'CDO.Message' object."
So far, I am using SmtpMail.Send(aMessage) to send emails and as I sad, it
works fine from my machine only.
Any help will be appreciated