Hello, I am sending out an e-mail using an MS Access Macro. It works fine
but I need to shut off the pop up security message " A program is trying to
automatically send e-mail on your behalf..." How can I default it to always
pick Yes. If I need to do a VBA Module please let me know how. Thank you,
Yvonne Martinez
Eric Blitzer - 23 Apr 2007 01:34 GMT
What is happening is the Microsoft security message. This warns the user
when another program tries to send emails on that computer. There is virus
programs out htere that sends emails without the user knowing it. If you
want to bypass this MS security(I do not recommend) dounload a program called
"ClickYes". You can find it by doing a Google search. My users do not like
the security message but once explained to them they decide to put up with it.
> Hello, I am sending out an e-mail using an MS Access Macro. It works fine
> but I need to shut off the pop up security message " A program is trying to
> automatically send e-mail on your behalf..." How can I default it to always
> pick Yes. If I need to do a VBA Module please let me know how. Thank you,
> Yvonne Martinez
Macro that sends an alert e-mail - 23 Apr 2007 15:04 GMT
Hello Eric,
Thank you for your reply. I will take your advise and leave the macro as is.
Once again many thanks. Yvonne M.
> Hello, I am sending out an e-mail using an MS Access Macro. It works fine
> but I need to shut off the pop up security message " A program is trying to
> automatically send e-mail on your behalf..." How can I default it to always
> pick Yes. If I need to do a VBA Module please let me know how. Thank you,
> Yvonne Martinez