Re: Issues with blat -install

"[email protected] [blat]" <[email protected]> 10 Jun 2017 07:09:52 +0000
Newsgroups gmane.mail.blat
Message-ID <[email protected]>
Update: Got it running again on my 64 Bit machine. The blat.exe -install with Parameters as suggested by 'Chip' estill got confused with the -from Parameter, but all other entries seemed correct now. As I now tried to use another Email account I was also able to see that the entries in user and pwd are indeed scrambled. Different usernames resulted in different string, same pwd results in identical string.
 

 SMTP Port 25 times out (Probably due to my ISP; I tested it with deactivated Firewall as well) but SMTP Port 26 is working!
 So all good now, only the -install -from command looks wrong?
 

 Update: Found this in the blat changelog for 2.5:
 

 [+] allow the use of normal command line options with -install. For example: blat -install -server smtp.xyz.com -u me -pw goaway -try 1 -port 900 -f myemailaddy
 

 Here the "From" Parameter is -f? Tried it ---> Works now! 
 And both -pwd as well as -pw seems to also work!
 

 A correct Batch File installblat.bat is now:
@ECHO OFF
 "C:\POS\Blat\Blat.exe  -install -server smtp.mydomain.com -f [email protected] -try 5 -port 26 -u [email protected] -pw mysecretpw
 

 Anything else I need to worry about?