473,722 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access Mass email using Eudora or other. have wasted days on this - need help.

2 New Member
I have been searching for a way to call a third party emailer to send mass emails from MS Access. Outlook thinks it is spam and asks the user to verify every email. I need to send many emails with an attachment without user input after the "Send email Button is clicked"

I mainly need to know about how to call and insert data into the To: the Bcc: the SubjectLine: the Body:

Currently I am using code similar to this.

Private Sub Command46_Click ()
On Error GoTo Err_Command46_C lick

Dim appOutLook As Object

person1 = Form!Scheduler
changenumber = Form!BOM_Number
person = DLookup("[Scheduler]", "Scheduler(tbl) ", "[Scheduler counter] = " & person1)
UserEmail = DLookup("[email]", "Scheduler(tbl) ", "[Scheduler counter] = " & person1)
bomm = Form!Bill_numbe r
details = Form!Rrequest_D etails



MessageBody = person & "," & vbCrLf & "BOM Change Request RK" & changenumber & " has just been processed by Engineering." & vbCr & "Material Number " & bomm & vbCrLf & details

Set appOutLook = CreateObject("O utlook.Applicat ion")
Set MailOutLook = appOutLook.Crea teItem(olMailIt em)

With MailOutLook
.To = UserEmail
.Subject = "BOM Change Request RK" & changenumber
.Body = MessageBody
.DeleteAfterSub mit = True
.Send
End With

' ** this will kill Outlook ** appOutLook.Appl ication.Quit

Set MailOutLook = Nothing
Set appOutLook = Nothing

Exit_Command46_ Click:
Exit Sub

Err_Command46_C lick:
MsgBox Err.Description
Resume Exit_Command46_ Click

End Sub
Apr 28 '06 #1
1 2513
AdrianHC
2 New Member
Have you tried attacking it from the other end?

Something like WorldMerge ($59) will create emails using Outlook picking up the details of the email address etc from an access query or table.
Apr 28 '06 #2

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

Similar topics

4
7261
by: Dale Ring | last post by:
Access 2000 I am trying to print a report that only some of the records have pictures. When the report prints, I do not want a blank image control showing on the report. This project is a test bank of questions allowing the user to create an exam by choosing the questions. Some of the questions have pictures for reference and some don't. I have chosen to keep the images in another folder with a test field (QPic) that contains the...
18
1836
by: Damodar Periwal | last post by:
-------------------------------------------------------------- Software Tree Revs Up JDX OR-Mapper With Innovative And High-Performance Features -------------------------------------------------------------- Software Tree has announced JDX 4.5, the versatile and patented Object-Relational Mapping (OR-Mapping) software that significantly accelerates the development of Java/J2EE applications by eliminating tedious, low-level SQL coding...
3
2365
by: Strasser | last post by:
In Access2000 mass emailing worked perfectly (very powerful tool!). Doesn't work when using XP version of both Access and Outlook, even though I checked the box to ensure that I was sending the email. Any ideas? Thanks in advance.
47
4535
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small company and this is a big decision for us(!) It's not just the money it's committing to an new version of Access!
62
11403
by: Ecohouse | last post by:
I was just wondering if there was any way to use a toolbar in Outlook 2002 in Access 2002? I want to create a custom toolbar in Access similar to the Calendar toolbar in Outlook. Any ideas?
17
4413
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting there, but is there a way they can find out if that application was put there from a CD or email or created at work? Hint: It's not on a client/server database, just native jet database mdb created on Access 2003 (default 2000)...
0
1149
by: artreising2006 | last post by:
I've looked through a bunch of posts from this group that were written in 2000 or earlier (tony toews), and have had success launching Eudora 7.1 email, but I cannot seem to prepopulate the To, From, Subject, and Attachment fields. Are there updated requirements for Eudora 7.1? Any pointers on this subject would be greatly appreciated!! Thanks. Andy
10
2195
by: Walshi | last post by:
Hi all, I'm a relative newby to access and VBA etc. My forms and tables etc are working great and saving lots of time...However... I have two databases with the exact same table format. I want db1 to be used to input data by a remote operator, when she is ready I want her to be able to click a control button to email her new data to db2. This new data will be added to the table in db2 ready for further processing.
3
3400
by: mjbuhr | last post by:
I'm currently running queries in Access, saving the results to a CSV file and loading this into a separate vendor SMTP mass email program (Max Bulk Mail). I'd like to simplify this process to a single button click in Access. I'm looking for a plug-in / vendor app that seamlessly integrates with Access. The only product I've seen is the "Total Access Emailer" http://www.fmsinc.com/Products/Emailer/index.asp I need to set different FROM...
0
8740
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
9386
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
9239
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...
0
8059
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6685
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
4503
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...
1
3208
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2606
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2148
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.