I'm having a very difficult time trying to configure blat.
Here is how I set it up:
Install:
Code: Select all
Call C:\Windows\System32\blat.exe -install smtp.gmail.com sender@gmail.com
I then get the follow message:
Blat v3.2.12 (build : Dec 4 2015 19:32:55)
32-bit Windows, Full, Unicode
SMTP server set to smtp.gmail.com on port 25 with user cdtakacs1@gmail.com, retry 1 time(s)
So then I try to send a test email with the following code:
Code: Select all
C:\Windows\System32\blat.exe -f sender@gmail.com -to recipient@xxxxxgroup.com -subject "BLAT TEST!" -body "BLAT WORKS!"
And get the following error output:
Blat v3.2.12 (build : Dec 4 2015 19:32:55)
32-bit Windows, Full, Unicode
Error: Can't connect to server (timed out of winsock.dll error 10060).
Does anyone have any ideas?