Automatic sending emails from draft foldes

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

Guest

I created a macro in Excel that create around 500 emails in draft folder of
Outlook. How can I send then automaticaly to destinies?
Tks, Mauro Pedro - Brazil.
 
You would need an additional macro to open each message and execute the Send command. Unless it's an Outlook 2003 VBA macro, you'll have to deal with a 5-second security prompt delay for each Send.
 
Back
Top