View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
IvanM IvanM is offline
external usenet poster
 
Posts: 11
Default Automated e-mail from Excel

I have a macro that sends selected spreadsheets to different groups of
employees. The macro scans down a list of receipents, sending the
appropriate file to each internal e-mail account. I use the SendMail command
to execute the send via Outlook. The problem I have is that a anti-spam
protection has been put in place that requires me to "man" the e-mail
process. Before each send, Excel waits for 5 seconds and then requires me to
confirm the e-mail. Does anyone know of a way around this protection?
Thanks