Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 9th, 2005, 11:25 AM
Registered User
 
Join Date: Jun 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access email blocked by Outlook

How do I work around the Outlook Object model guardian that blocks any emails I generate from within Access

Thanks

 
Old June 12th, 2005, 10:15 AM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 248
Thanks: 0
Thanked 1 Time in 1 Post
Default

You don't, at least not purely using the Outlook Object model.

You can let your users be annoyed by that pop-up and teach them how to use it.

You can drive mass mailings using Word Mail merge.

For one-off messages you can go directly to SMTP yourself using the WSock32.dll... not easy to do and not as rich in features as the Outlook Object model.

Ultimately any solution to this problem is a hack that will be used by hackers and mass mailers (a.k.a. spammers). That's why I say "you don't". If you find a way to do it, somebody will find a way to shut it down.

Randall J Weers
Membership Vice President
Pacific NorthWest Access Developers Group
http://www.pnwadg.org
 
Old June 15th, 2005, 11:39 AM
Registered User
 
Join Date: Jun 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you for your response. Helen Feddema in her book " MS Access App Development" suggest using the redemption library to avoid the outlook model guardian.

Have you heard of this approach and any experience with it? I have a client that wants my db to broadcast an email when certain permits are expiring and before I suggest installing another piece of software on their server I'd like to know if anyone has any experience with it.
 
Old June 16th, 2005, 07:23 AM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 248
Thanks: 0
Thanked 1 Time in 1 Post
Default

I am not aware of the redemption library.

Based on what you need to do, I would definitely suggest looking into using (e)mail merge in Word. I haven't tried it with Word/Access 2000. But 2002 and up work nicely and are quite easy to use.

Another alternative is Total Access Emailer. See http://www.fmsinc.com/Products/access.asp

I have been using this with mixed results to broadcast to PNWADG members. The mixed results are that spam filters seem to be getting in the way of our messages getting through. This may be caused by several factors. One may be that people who have been getting our broadcast are flagging us as spammers (even though our list is optin) and that puts us on black lists. Another may be that the characteristics of our announcements get us auto-flagged as spam. As bright as our group is, they can't seem to figure out how to put pnwadg.org on a white list.:(





Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2003 Email into Access annienml Access VBA 3 March 28th, 2007 03:51 AM
Outlook email through Access desireemm Access 1 August 26th, 2005 11:31 AM
Access emailed blocked by Outlook access Access 0 June 15th, 2005 11:43 AM
Smtp blocked, how can I send email use asp.net calvinpost ASP.NET 1.x and 2.0 Application Design 7 April 1st, 2004 09:41 AM
Email using Outlook Ben Access VBA 3 January 30th, 2004 05:39 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.