473,396 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

New Microsoft security update causing problems with automatically SENDing emails

I have a program that's been automatically generating and sending emails
flawlessly. My clients workstation had an automatic Microsoft security
update done on it.. and now it's bombing on this line :

lobjMessage.SEND(0,0,0)

Apparently, the security patch doesn't allow external programs/utilities
to SEND Outlook emails. The emails are saved and can be manually sent
out later, but this is obviously not how it's intended to be used.

Any ideas? Anyone else having this problem?

Thanks!
Jodye

*** Sent via Developersdex http://www.developersdex.com ***
May 7 '07 #1
2 1981
Jodye Roebuck wrote:
I have a program that's been automatically generating and sending
emails flawlessly. My clients workstation had an automatic Microsoft
security update done on it.. and now it's bombing on this line :

lobjMessage.SEND(0,0,0)

Apparently, the security patch doesn't allow external
programs/utilities to SEND Outlook emails. The emails are saved and
can be manually sent out later, but this is obviously not how it's
intended to be used.

Any ideas? Anyone else having this problem?
Most of us starting having that problem about 4 or 5 years ago. Your client
must be a bit behind on their updates.

The simple answer is to just NOT use Outlook as the messaging library.
There is no way to turn those security warnings off at the client side of
things and it is often difficult or impossible to roll back the updates that
cause them.

There is a library called Redemption that mimics Outlook's object model but
which does not have the security issue. Office 2007 also eliminates those
prompts as long as the system is up-to-date on anti-virus software.

I personally use the CDOSys library whenever I can. That is automatically
included on Windows 2000 and higher.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
May 7 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: dan glenn | last post by:
I'm creating HTML emails from a PHP site and sending them out to an email list (just about 40 people so far are on this list). I've tested and confirmed that these emails work in yahoo.com's...
1
by: BijuThomas | last post by:
Complicated - ASP/Security/data transfer/XML doubt In our company Head office we are hosting an intranet server in IIS (Windows 2000) , ASP and Sqlserver back end. We are maintaining our branch...
3
by: chausan | last post by:
Hi, In these 2 days I received many e-mail requesting me for doing upgrade with various microsoft components (examples below). But from what I know microsoft will generally not asking normal...
10
by: Bob Darlington | last post by:
I have been getting the above error message intermittently when I open any one of five or six forms in design view, change some control formatting (like backcolor) and try to open the form in form...
1
by: shots86 | last post by:
I am having problems sending emails via the CDO.Message object from an ASP script which was working fine. On the server I can still send emails via the CDO.Message from a .vbs script executed on...
27
by: Scott | last post by:
I've been trying to come up with a way to ensure user input is coming from the form on my site, and not auto-submitted from elsewhere, and I don't want to use the "enter the code shown in the...
5
by: Kun | last post by:
i have the following code: ---------------------------------- import smtplib from email.MIMEText import MIMEText fp = open('confirmation.txt', 'rb') msg = MIMEText(fp.read()) From =...
4
by: tony | last post by:
I'm designing a survey form page that will be fairly complex and am becoming confident enough with PHP now to tackle most things. (Thanks to everyone here who has helped) Before I go too far...
4
by: Jason | last post by:
I'm troubleshooting a program that I didn't build, so forgive me on this one. It's called email.php, and it looks like a program that the original developer must have downloaded from somewhere. ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.