This is more or less my Blat cfg file:
Code: Select all
[Blat Mailer Settings]
Subject=test 1 mail1@servera.com
LogBlat=1
AttachFiles=0
AlwaysShowConfiguration=1
Profile=Default
MessageFile=c:\TC\cfg\blat.txt
Left=711
Top=243
Width=481
Height=496
Language=English
IrfanViewIni=i_view32.ini
[Default]
; converted default profile
Sender=mail1@servera.com
Server=mail.servera.com
Port=18
User=mail1
Password=EncodedPwd(FFFFFF70)
ExtraCommand=
Authentication=1
POP3Authentication=1
SaveAuthentication=1
[New]
; new profile
Sender=mail2@serverb.com
Server=mail.serverb.com
Port=18
User=mail2
Password=EncodedPwd(FFFFFF70)
ExtraCommand=
Authentication=1
POP3Authentication=1
SaveAuthentication=1
[Blat Mailer Recipients]
0=test@server.com
Crash/Working Scenarios:
If I take pack->blat->configuration all seems work fine, accounts change works, all buttons works also..
If I take pack->blat->OK (AlwaysShowConfiguration=1)
1. When you click "OK", "Cancel", "Language...", "About..."-> Total just gonna close itself without any error anything, just everything close (no log create with OK)
2. When you click "x" you will have TOTALCMD.EXE APPCRASH
If I take pack->blat->OK (AlwaysShowConfiguration=0)
Blat gonna send message, attachment & creates log, no errors but it's obviously that you can't change account so always before sending you need change configuration separately
Thanks for your effort

Peter