Link to home
Start Free TrialLog in
Avatar of Allan Martins
Allan MartinsFlag for Brazil

asked on

How to send e-mail from VB Access ?

Hi there,

I was looking for a way to send e-mails from an application in Access.

There's one detail on that, our Exchange Server does not support SMTP service.

Our Exchange Server does support RPC over HTTP, I was wondering to know if is there any option I can explore with this resource.

Thanks a lot
ASKER CERTIFIED SOLUTION
Avatar of Jim P.
Jim P.
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of BALMUKUND KESHAV
BALMUKUND KESHAV
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Allan Martins

ASKER

jimpen, I am looking a way to make the mail sending proccess automated (generating, and sending) - but it all should start once a user open the application and hit "Send Reports" button.

BMKESHAV, Thanks for this info, I will dig on it between today and tomorrow and I will let you know what I was able to do with it.

Thanks!
Sorry for taking too long to reply, I was out on a project and had limited access to internet. At the end, I user another solution using a local SMTP server to send the message, the SendObject was helpful, but I had to implement a SendMail function that uses the Outlook profile to send these messages.