Sending a Report and/or Record Via Email (1 Viewer)

rmacleod

Registered User.
Local time
Yesterday, 23:28
Joined
Apr 7, 2004
Messages
21
Anybody know of some code that could be used to send a report Via E-mail. without using Outlook. just via an smtp server.

I have a little Task database and we would like to be able to Email a task to the person it is assigned to by just clicking one button and that is it.
 

naygl

Registered User.
Local time
Today, 15:28
Joined
Jan 7, 2002
Messages
58
Try searching for SendObject in this forum or the Access help.
 

rmacleod

Registered User.
Local time
Yesterday, 23:28
Joined
Apr 7, 2004
Messages
21
thanks..but SendOject uses outlook. I would like it to be able to send automatically through a specified SMTP server.
 

keiths

Registered User.
Local time
Yesterday, 21:28
Joined
Feb 10, 2005
Messages
28
Sending email without using ms outlook, etc

I found a very handy dll that allows you to send email from within your ms access database (also ms excel). This allows you to send email without the use of ms outlook or other email clients.
The web site for the dll is:

http://www.ostrosoft.com/smtp_component.asp

The zip download includes a number of samples for different programming languages. What I liked about this smtp email dll is that I can set up a "monitor window" where I can see what is happening with the smtp server so I can see errors, etc.
The coding is fairly straight forward, and is easy to implement.

They also have a dll for reading emails. Have played with it a bit, and it also seems to work fine.
 

Users who are viewing this thread

Top Bottom