Check Mozilla’s own ISPDB at https://autoconfig.thunderbird.net/v1.1/<domain> (also look up domain’s MX records)
Try some common names like imap.<domain> or mail.<domain>
This makes setting up IMAP/SMTP a lot easier – you just have to write your email and password and you’re done. Definitely not something you need every day but it still would be nice to have it implemented in Mailspring as well.
Hey! This would be great - we actually pulled down Thunderbird’s database (which is also used by Mailcore) and put it into the app here: Mailspring/mailcore-provider-settings.json at 4b6c24fefa270d29ee5733d66f0885aae4e6e4e1 · Foundry376/Mailspring · GitHub. Right now the app makes a DNS request for MX records of your email accocunt’s domain, and then tries to match the MX record to one of those known providers. It works /most/ of the time, but I think we could definitely do better by implementing a realtime lookup to their ISPDB!
Some kind of autoconfigure would be really nice to see!
I’d love to be able to recommend Mailspring to my non-tech savvy users, but as it currently stands I have to recommend thunderbird for the ease of use (ensuring positive user experience)