473,748 Members | 2,170 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Automatic Email from MS Access to Outlook

2 New Member
I have a MS access database which has to send emails at regular intervals.
I am using VBA to do the project.
I am new to this. So I am wondering how to send the automated emails to Outlook from Access at regular intervals.
Thanks for the help :)

Ramya
Aug 9 '08 #1
1 2046
NeoPa
32,571 Recognized Expert Moderator MVP
Sending e-mails (without automatic security interference all the time) and scheduling things in Office applications are both very large subjects in their own right.

A "little" question covering both is far from that (little).

I can point you at a thread (Outlook : Select Address of a Contact) where some of the e-mail details are discussed (including some helpful links).

If you want to know about scheduling I suggest you post a question in a separate thread on that subject, but don't expect either question to be straightforward .
Aug 9 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
3710
by: David Burson | last post by:
Hi, I have a VB.NET windows app that needs to automatically send a simple text email when my users run a new version of the app for the first time. I thought this would be simple, but after days of reading posts and testing, I see it is not - unless I'm missing something? I'm not an email guru. All of my users will be running at least Windows 2000, most on XP sp2. Some of my users will have Outlook, many will be using Outlook...
1
5345
by: Jay McGrath | last post by:
Help - trying to send a simple text email with with as little user intervention. I am trying to create a button in my Access application that will automatically send a simple text email. It works except that I have two warning nuisances: 1) Program is trying to access email Addresses you have stored in Outlook. Allow access for ... 2) A program is trying to automatically send email on your behalf ... Heck, I am only trying to a send...
4
1837
by: MLH | last post by:
I have tblFiles with and fields. DLookUp("","tblFiles","=22") returns "c:\EMLfiles\00002.eml". The return string is a pointer to a dot-eml file in c:\EMLfiles. The dot-eml file was created in MS Outlook Express through its File - Save As facility. Each dot-eml file contains a small paragraph of text and a small (8k - 22k) graphic file. I'm seeking mechanism to read and interpret the dot-eml file
4
2270
by: JJ | last post by:
Whats the most compatilbe way of sending an email ?- I need to consider that the OS may be win 98/win NT/Win 2000/winXP. I was constructing a mailto command, but the contents of the text file I am using as the subject is too long and gets cut off. I therefore need a method that doesn't use the limitations of mailto (in terms of the length of the subject text) or allows me to add the text file as an attachment. I am using VB 2003. I...
5
1998
by: bobdydd | last post by:
Hi Everbody Access 2000, Windows XP, Outlook 2000, When I open my database it is set to attach to my Outlook 2000 Inbox. So far so good..... The attaching procedure works OK and I am able to see my Outlook 2000 Inbox........Which I can view as a table, within my Access 2000 database.
1
5135
by: holzmerd | last post by:
Hello, Part of my job involves keeping tabs on unusual incident reports. Everytime a report comes in, a follow-up report has to be filed with our regulators at 30-, 60-, and 90-day intervals after the initial incident. As simple as this might sound I have a difficult time keeping on top what follow-ups have to
6
2103
by: Tazzy via AccessMonster.com | last post by:
Hi all, I wonder if anyone can help me with this please. I have set up forms on my database, one of the fields contains details of e-mail addresses. I am trying to create a link so that when I click on a particular email address, it automatically opens Outlook, creates a new message with that person's email address already in the To: box. So far, with a simple macro, all I have been able to do is get Otlook to open at my default page. ...
5
20240
AllusiveKitten
by: AllusiveKitten | last post by:
Hi all I am trying to set up an automatic email that requires multiple lines and paragraphs. Can someone please help me, the coding I have so far only sustains one continuous line. Private Sub Command0_Click() Dim Email As String Dim objOutlook As Outlook.Application
3
3018
by: sphinney | last post by:
I've written (actually modified from another post) the following code to automatically send an email message from within Access. Public Function SendEmail(TOstr As String, SUBJECTstr As String, BODYstr As String) As Boolean Dim OUTLOOKobj As Outlook.Application Dim EMAILobj As Outlook.MailItem Dim AB_RS As DAO.Recordset On Error GoTo Err_SendEmail Set OUTLOOKobj = CreateObject("Outlook.application")
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8831
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9552
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9326
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.