smtp from Access

J

Joe

I have recently completed a database, which sends e-mails
automatically. I was hoping to be able to send these
reports without user intervention but the recent security
changes in Outlook will not allow this to happen. I have
addressed this issue on the Outlook community and have
been advised that one solution is to use smtp server as
the mailer (we have VPOP3 installed on the network. which
has virus protection on the gateway) Does anyone know if
it is possible to achieve this directly from Access and if
so where I can get the information.
Thanks in advance
Joe
 
A

Andy Debaere

Yes,

I've succesfully used the following 2 smtp-engines with access-vb
- Jmail : http://www.dimac.net
- Osmtp : http://www.ostrosoft.com/smtp_component.asp

Both are com object
I prefer Jmail for the following reasons:
- I can be late bound and still you can check the status of the message
(send or failed), with osmtp you can only check this if you reference it
(early bound)
- Osmtp still needs visual basic runtime modules, Jmail doesn't so this
eases distribution (Jmail = 1 file ,Just copy and register)

Good luck,
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sending Access mail using smtp 1
SMTP forwarding 1
Development and SMTP 1
SMTP Server 1
SMTP error 1
Get SMTP Server from Outlook 2
free smtp server for vista 1
XP smtp issues 5

Top