Sending email from Access through Outlook

  • Thread starter Thread starter tgavin
  • Start date Start date
T

tgavin

I have a form in Access that send an email, generally to over 200 people. It
works except that a dialog box pops up asking to allow the access for each
individual email. How can I get the email to just go? I have checked my
Outlook and McAfee and can not find anything to change. Currently, it is in
Access 2002 and Outlook 2002. Someone mentioned an add on program but I have
not been able to find it.

Thanks
Terri
 
I have a form in Access that send an email, generally to over 200 people. It
works except that a dialog box pops up asking to allow the access for each
individual email. How can I get the email to just go? I have checked my
Outlook and McAfee and can not find anything to change. Currently, it is in
Access 2002 and Outlook 2002. Someone mentioned an add on program but I have
not been able to find it.

Thanks
Terri

Terri,

You can also download a free copy of "Click Yes" utility to
automatically click yes for you, no coding required:

http://www.snapfiles.com/get/clickyes.html
 
Shiller said:
You can also download a free copy of "Click Yes" utility to
automatically click yes for you, no coding required:

http://www.snapfiles.com/get/clickyes.html

You can, but you have 2 problems that aren't solved. First, the dialog
considerably slows down the code, so even if it clicks yes, it will add
several seconds to the execution of each email. Second, you would have the
same problem as using SendKeys, namely if another process were to grab
focus, you'd be clicking yes. So what would have if your browser was at a
malicious site that wanted to download something evil, and you automatically
clicked yes?
 
Back
Top