I have a msmtp config file in C:\msys64\home\micha\.msmtprc that has the following:
defaults
auth on
account i2p
tls off
host 127.0.0.1
port 7659
from michaelagarkov@mail.i2p
user michaelagarkov@mail.i2p
password (my password)
tls_starttls off
account default : i2p
(Note: I'm using I2P, and to use email you need to run the I2P router and set the host to 127.0.0.1:7659, works in Thunderbird)
Expected behavior
Sending an email should work, like in Thunderbird.
Actual behavior
msmtp.exe: account default not found: no configuration file available
Description / Steps to reproduce the issue
I have a msmtp config file in
C:\msys64\home\micha\.msmtprcthat has the following:(Note: I'm using I2P, and to use email you need to run the I2P router and set the host to 127.0.0.1:7659, works in Thunderbird)
Expected behavior
Sending an email should work, like in Thunderbird.
Actual behavior
msmtp.exe: account default not found: no configuration file available
Verification
Windows Version
MSYS_NT-10.0-19045
MINGW environments affected
Are you willing to submit a PR?
No response