creating email messages through Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an issure trying to send emails from Access 2003. I receive the
following error:

8007007e (-2147024770), "The specified module could not be found"

I tried the fixes listed at http://support.microsoft.com/kb/327219/en-us but
they didn't help.

I wish I didn't need to use Outlook Express components. Anybody know of
alternatives I could try?

Thanks!
 
An easy way to send emails from a machine is to use a SMTP client such as
JMail (the base version is free).

Others possibilities are to use CDONTS & Co. or a direct call to MAPI but as
you may have learned, these can - and will - give you a lot of trouble.

You don't say if you want to distribute your application to others machines.
Might be a pain in the a** later.
 
Back
Top