Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[msmtp] msmtp.exe: account default not found: no configuration file available #22357

Open
2 of 6 tasks
MichaelAgarkov opened this issue Oct 31, 2024 · 1 comment
Open
2 of 6 tasks
Labels

Comments

@MichaelAgarkov
Copy link

MichaelAgarkov commented Oct 31, 2024

Description / Steps to reproduce the issue

I have a msmtp config file in C:\msys64\home\micha\.msmtprc that has the following:

defaults
auth    plain

account i2p
tls     off
host    127.0.0.1
port    7659
from    [email protected]
user    michaelagarkov
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

Verification

Windows Version

MSYS_NT-10.0-19045

MINGW environments affected

  • MINGW64
  • MINGW32
  • UCRT64
  • CLANG64
  • CLANGARM64

Are you willing to submit a PR?

No response

@MichaelAgarkov
Copy link
Author

After checking in Procmon I discovered that it's looking for the config file in AppData\Roaming for some reason??

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant