Manual intervention with MailItem.Send

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

I've got a pretty simply VBA procedure for sending a
newsletter to about 200 email address; it creates a
separate MailItem for each person.

At the end of each iteration is objMessage.Send --
whenever an item is sent, however, I get the "An
application is trying to send mail on your behalf..."
message and am required to wait five seconds, then
press "Yes."

Is there a way to disable this security feature?

Thanks.
 
Back
Top