I have a script:
D:\>cat tb.bat
rem batch script to set environmental variables and then start Thunderbird
rem 20Feb21 0728PM Barry Finkel
rem 21Feb21 0904AM Cloned… (funda kabanzi)
I have a script:
D:\>cat tb.bat
rem batch script to set environmental variables and then start Thunderbird
rem 20Feb21 0728PM Barry Finkel
rem 21Feb21 0904AM Cloned from tb-append.bat; removed ",append"
rem 10Mar22 0315PM Added SMTP
rem set MOZ_LOG=POP3:5,timestamp,sync,append
rem set MOZ_LOG=POP3:5,timestamp,sync
set MOZ_LOG=SMTP:5,POP3:5,timestamp,sync
set MOZ_LOG_FILE=C:\Users\BarryFinkel\Desktop\pop3.log
START C:\"Program Files (x86)"\"Mozilla Thunderbird"\thunderbird.exe
D:\>
I need to log SMTP traffic when I send a piece of mail from Thunderbird. What I see in my pop3.log.moz_log file is SMTP traffic when Thunderbird downloads mail from the server. But I do not see the SMTP traffic when I send a piece of mail to the outbound server. When I look at previous logs, I see SEND records in a log from 2020-03-02. Did something change in the SMTP logging? I am running Thunderbird 91.8.0 64-bit in Windows 10 Professional 21H2 64-bit.