Home All Groups Group Topic Archive Search About

Disable E-Mail Warning

Author
2 Oct 2008 6:35 PM
thefonz37
I'm writing a database that sends e-mail notifications to employees once
their vacation requests are approved.  However, I'm having a problem with the
window that appears for each e-mail message I try to send.

The window reads: "A program is trying to send an e-mail message on your
behalf.  if this is unexpected, click Deny and verify your antivirus software
is up-to-date.

For more information about e-mail safety and how you might be able to avoid
getting this warning. click Help."

Then there is a status bar and the options, "Allow", "Deny", "Help". 
Clicking help takes you to the table of contents for the help file and offers
no specific information for how to disable this.

The problem is that receiving 10-20 requests a day, it's very time-consuming
and troublesome to wait for the status bar 10-20 times and have to click
"Allow" for each notification.  Can this be disabled?

Author
2 Oct 2008 7:59 PM
Chris O'C via AccessMonster.com
If the mailbox is on the Exchange server it can be disabled by a setting on
that server.  If the mailbox is on the user's pc and the mail client is
Outlook 2000 to 2003, download Click-Yes.  It's free unless you want the pro
version, which is required for Outlook 2007.

http://www.contextmagic.com/express-clickyes

Chris
Microsoft MVP


thefonz37 wrote:
Show quoteHide quote
>I'm writing a database that sends e-mail notifications to employees once
>their vacation requests are approved.  However, I'm having a problem with the
>window that appears for each e-mail message I try to send.
>
>The window reads: "A program is trying to send an e-mail message on your
>behalf.  if this is unexpected, click Deny and verify your antivirus software
>is up-to-date.
>
>For more information about e-mail safety and how you might be able to avoid
>getting this warning. click Help."
>
>Then there is a status bar and the options, "Allow", "Deny", "Help". 
>Clicking help takes you to the table of contents for the help file and offers
>no specific information for how to disable this.
>
>The problem is that receiving 10-20 requests a day, it's very time-consuming
>and troublesome to wait for the status bar 10-20 times and have to click
>"Allow" for each notification.  Can this be disabled?

Are all your drivers up to date? click for free checkup

Author
3 Oct 2008 12:56 PM
thefonz37
It is Outlook 2007, unfortunately. 

I'm kind of disappointed with Microsoft on this one - I can't believe I have
to talk to our e-mail server administrator to get rid of this inconvenience.

Thanks for the suggestions anyhow!

Show quoteHide quote
"Chris O'C via AccessMonster.com" wrote:

> If the mailbox is on the Exchange server it can be disabled by a setting on
> that server.  If the mailbox is on the user's pc and the mail client is
> Outlook 2000 to 2003, download Click-Yes.  It's free unless you want the pro
> version, which is required for Outlook 2007.
>
> http://www.contextmagic.com/express-clickyes
>
> Chris
> Microsoft MVP
>
>
> thefonz37 wrote:
> >I'm writing a database that sends e-mail notifications to employees once
> >their vacation requests are approved.  However, I'm having a problem with the
> >window that appears for each e-mail message I try to send.
> >
> >The window reads: "A program is trying to send an e-mail message on your
> >behalf.  if this is unexpected, click Deny and verify your antivirus software
> >is up-to-date.
> >
> >For more information about e-mail safety and how you might be able to avoid
> >getting this warning. click Help."
> >
> >Then there is a status bar and the options, "Allow", "Deny", "Help". 
> >Clicking help takes you to the table of contents for the help file and offers
> >no specific information for how to disable this.
> >
> >The problem is that receiving 10-20 requests a day, it's very time-consuming
> >and troublesome to wait for the status bar 10-20 times and have to click
> >"Allow" for each notification.  Can this be disabled?
>
> --
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/Forums.aspx/access-security/200810/1
>
>
Author
3 Oct 2008 2:51 PM
Chris O'C via AccessMonster.com
Microsoft did it for security reasons, but I think mainly because so many
spammers have compromised pcs that don't have any other security.  It cuts
down a lot of spam when the user gets the notifications, like hundreds in a
row.  Even the most "I don't know anything about computers" user will think
something is up or at least broken and refuse to send the emails.  Probably
just turn off the pc because they can't do any work on the pc between
authorizing all those suspicious email messages going out.

Chris
Microsoft MVP


thefonz37 wrote:
>It is Outlook 2007, unfortunately. 
>
>I'm kind of disappointed with Microsoft on this one - I can't believe I have
>to talk to our e-mail server administrator to get rid of this inconvenience.

Author
10 Dec 2008 10:48 PM
thefonz37
Hehe, true.  The problem is, though, that I'm the clueless end-user in the
case who is being annoyed to death by the pop-ups.  I know very well that the
database I developed isn't sending illicit e-mails out and it's just one
life's annoyances that I will just have to live with I guess.

Oh well.

Show quoteHide quote
"Chris O'C via AccessMonster.com" wrote:

> Microsoft did it for security reasons, but I think mainly because so many
> spammers have compromised pcs that don't have any other security.  It cuts
> down a lot of spam when the user gets the notifications, like hundreds in a
> row.  Even the most "I don't know anything about computers" user will think
> something is up or at least broken and refuse to send the emails.  Probably
> just turn off the pc because they can't do any work on the pc between
> authorizing all those suspicious email messages going out.
>
> Chris
> Microsoft MVP
>
>
> thefonz37 wrote:
> >It is Outlook 2007, unfortunately. 
> >
> >I'm kind of disappointed with Microsoft on this one - I can't believe I have
> >to talk to our e-mail server administrator to get rid of this inconvenience.
>
> --
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/Forums.aspx/access-security/200810/1
>
>
Author
11 Dec 2008 12:34 AM
Rick Brandt
On Wed, 10 Dec 2008 14:48:03 -0800, thefonz37 wrote:

> Hehe, true.  The problem is, though, that I'm the clueless end-user in
> the case who is being annoyed to death by the pop-ups.  I know very well
> that the database I developed isn't sending illicit e-mails out and it's
> just one life's annoyances that I will just have to live with I guess.
>
> Oh well.

It's not very difficult to use code to automate the CDOSys messaging
library (inlcuded in Win2000 and newer).  That doesn't generate the
security message.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt   at   Hunter   dot   com
Author
11 Dec 2008 2:53 AM
thefonz37
Ok, tell me more using language like I've never heard of what you mean before
(because I haven't ;)

Show quoteHide quote
"Rick Brandt" wrote:

> On Wed, 10 Dec 2008 14:48:03 -0800, thefonz37 wrote:
>
> > Hehe, true.  The problem is, though, that I'm the clueless end-user in
> > the case who is being annoyed to death by the pop-ups.  I know very well
> > that the database I developed isn't sending illicit e-mails out and it's
> > just one life's annoyances that I will just have to live with I guess.
> >
> > Oh well.
>
> It's not very difficult to use code to automate the CDOSys messaging
> library (inlcuded in Win2000 and newer).  That doesn't generate the
> security message.
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt   at   Hunter   dot   com
>
Author
11 Dec 2008 3:11 AM
Rick Brandt
On Wed, 10 Dec 2008 18:53:00 -0800, thefonz37 wrote:

> Ok, tell me more using language like I've never heard of what you mean
> before (because I haven't ;)

If you read these groups much you will see people talking about using
code to manipulate Word, Excel, Outlook, etc..  VBA can use COM to
utilize code that is actually contained in external libraries that have
nothing to do with Access or even Office. 

One thing that can be done with this is to utilize the CDOSys.DLL that is
on Windows machines.  This is a messaging library that can (among other
things) send Email messages. 

I can't provide a code example at the moment, but if you search the web
for "CDOSys VBA code examples" you should be able to find examples that
with just a little tweaking can be dropped right into your project. 

As with most such things, the code might look a little intimidating if
you are not too experienced, but making the code function in your app
doesn't require that you understand all of it. You normally end up with a
fairly straight-forward function or class that is pretty simple to send
messages with.  You can even include attachments (as many as you like)
and create formatted HTML messages if desired.  I haven't used SendObject
in years.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt   at   Hunter   dot   com
Author
11 Dec 2008 4:26 AM
thefonz37
Fantastic, I'll research it.  Thanks for your advice.

Show quoteHide quote
"Rick Brandt" wrote:

> On Wed, 10 Dec 2008 18:53:00 -0800, thefonz37 wrote:
>
> > Ok, tell me more using language like I've never heard of what you mean
> > before (because I haven't ;)
>
> If you read these groups much you will see people talking about using
> code to manipulate Word, Excel, Outlook, etc..  VBA can use COM to
> utilize code that is actually contained in external libraries that have
> nothing to do with Access or even Office. 
>
> One thing that can be done with this is to utilize the CDOSys.DLL that is
> on Windows machines.  This is a messaging library that can (among other
> things) send Email messages. 
>
> I can't provide a code example at the moment, but if you search the web
> for "CDOSys VBA code examples" you should be able to find examples that
> with just a little tweaking can be dropped right into your project. 
>
> As with most such things, the code might look a little intimidating if
> you are not too experienced, but making the code function in your app
> doesn't require that you understand all of it. You normally end up with a
> fairly straight-forward function or class that is pretty simple to send
> messages with.  You can even include attachments (as many as you like)
> and create formatted HTML messages if desired.  I haven't used SendObject
> in years.
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt   at   Hunter   dot   com
>
Author
11 Dec 2008 8:33 PM
Chris O'C via AccessMonster.com
You don't have to live with it.  Identify which app is sending email from
your pc.  If it's legit, let it stay.  Find a way to send the email without
prompts.  Otherwise it's malware and it gets the boot.

Chris
Microsoft MVP


thefonz37 wrote:
>Hehe, true.  The problem is, though, that I'm the clueless end-user in the
>case who is being annoyed to death by the pop-ups.  I know very well that the
>database I developed isn't sending illicit e-mails out and it's just one
>life's annoyances that I will just have to live with I guess.
>
>Oh well.
>
>> Microsoft did it for security reasons, but I think mainly because so many
>> spammers have compromised pcs that don't have any other security.  It cuts
>[quoted text clipped - 11 lines]
>> >I'm kind of disappointed with Microsoft on this one - I can't believe I have
>> >to talk to our e-mail server administrator to get rid of this inconvenience.

Author
10 Dec 2008 8:14 AM
Paul M
Trust Center Window

Macro Security Options

Check No warning and diable all macros.



Show quoteHide quote
"thefonz37" wrote:

> I'm writing a database that sends e-mail notifications to employees once
> their vacation requests are approved.  However, I'm having a problem with the
> window that appears for each e-mail message I try to send.
>
> The window reads: "A program is trying to send an e-mail message on your
> behalf.  if this is unexpected, click Deny and verify your antivirus software
> is up-to-date.
>
> For more information about e-mail safety and how you might be able to avoid
> getting this warning. click Help."
>
> Then there is a status bar and the options, "Allow", "Deny", "Help". 
> Clicking help takes you to the table of contents for the help file and offers
> no specific information for how to disable this.
>
> The problem is that receiving 10-20 requests a day, it's very time-consuming
> and troublesome to wait for the status bar 10-20 times and have to click
> "Allow" for each notification.  Can this be disabled?





diable the
Author
10 Dec 2008 12:48 PM
Rick Brandt
On Wed, 10 Dec 2008 00:14:01 -0800, Paul M wrote:

> Trust Center Window
>
> Macro Security Options
>
> Check No warning and diable all macros.

That has no effect on the email warning the OP is seeing as it is not
even generated by Access.  It comes from Outlook itself and there is no
way on the client computer to disable that.

In Office 2007 I believe that it is no longer shown if Windows reports
your Anti-Virus definitions are current.  In older versions of Office the
only way to not get that message is not use Outlook to send the Email.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt   at   Hunter   dot   com

Bookmark and Share