Hi,
I want to send an email automatically to about 40 recipients, something like newsletter. A security warning window appears for each recipient, asking if I allow this. So much for automation!
Is there a way to avoid/ignore this? Or maybe a script that automatically clicks "Yes" after 5 seconds?
I have used both SendObject and CreateObject("Outlook.Application") methods. Both sends the email but the security warning still appears.
And, a minor problem: how to set the address of the sender and/or reply to?
Thanks for any hint!
Andre
I want to send an email automatically to about 40 recipients, something like newsletter. A security warning window appears for each recipient, asking if I allow this. So much for automation!
Is there a way to avoid/ignore this? Or maybe a script that automatically clicks "Yes" after 5 seconds?
I have used both SendObject and CreateObject("Outlook.Application") methods. Both sends the email but the security warning still appears.
And, a minor problem: how to set the address of the sender and/or reply to?
Thanks for any hint!
Andre