hi all. I am writing some code just now to automate sending multiple emails to different contacts. I have got the program working fine and does all the things i need but the problem i have got is that the server i am using (my automation is done through outlook which uses my hotmail account) blocks my messages after a certain unknown preset has been reached.
When this happens i need to sign into my account and enter a captcha to prove im not a machine.
Each of the emails is different as each customer that gets an email has specific details to be included so i cant imagine it would flag as spam on the server but i dont know. I tried catching the error in my vba project but it is not a problem with my script rather than a problem with outlook i think.
I just wonder if anyone else has come across this problem and if they have any solutions for it. Thanks in advance for your time and comments.
When this happens i need to sign into my account and enter a captcha to prove im not a machine.
Each of the emails is different as each customer that gets an email has specific details to be included so i cant imagine it would flag as spam on the server but i dont know. I tried catching the error in my vba project but it is not a problem with my script rather than a problem with outlook i think.
I just wonder if anyone else has come across this problem and if they have any solutions for it. Thanks in advance for your time and comments.