diff options
author | Adam Spragg <adam@spra.gg> | 2021-10-04 16:36:50 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2021-10-04 16:36:50 +0100 |
commit | 73600a0e0ab0c72d15f7c3ff97602dae6390a4ca (patch) | |
tree | 290d434f9fb88b4b298ea02eb8a4d86446fc3f81 | |
parent | f0915858de8ca06ee63296b5259e84c5a2713f1b (diff) |
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -7,9 +7,14 @@ However, some email clients have their own, legacy, web-based autoconfiguration methods. Recent versions of many of these email clients now work with RFC-6186 SRV records, and will prefer them if they exist, but old versions are -still out in the wild, and it's nice to support them if at all possible. -(Especially given that users who haven't upgraded to recent versions of -their tools might be tricky if they have issues.) +still out in the wild. +It's nice to support them if at all possible, because users who are +unable to upgrade to recent versions of their tools might benefit the +most from having everything work as smoothly as possible. + +See +[the blog entry](https://spragg-ssl.co.uk/~adam/blog/2021-10-04-emailautoconf.html) +for more information. This project provides those web-based autoconfiguration methods, but using the information from standardised RFC-6186 SRV records. |