enable email from other programs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was using Office 2000 and just upgraded to Office 2003. I have a VBA
program in an Access database that generates emails to a list of addresses I
provide, then sends them. Outlook 2003 makes me wait 5 seconds, then click a
button, for each email. This is supposed to prevent malicious scripts from
sending email, but of course this is my own program. I went into Tools /
Options / Security but couldn't find a way to disable this block. How do I
get Outlook to allow emails to be sent by Access?

I might try moving the code over to Outlook but I'd rather not have to do
that. If nothing else works I guess I can do this whole process from another
computer that does not have Office 2003, but that seems kind of stupid.

Thanks in advance.
 
If the VBA code were running in Outlook VBA you would not have that problem
since by default Outlook 2003 trusts it's VBA code project. Otherwise you
have to use the workarounds for Outlook security that affect all versions of
Outlook from Outlook 2000 SP2.

See http://www.outlookcode.com/d/sec.htm for your options. I personally use
Redemption code to avoid the security problems (www.dimastr.com/redemption)
 
Back
Top