snappymail/plugins/auto-domain-grab
google-labs-jules[bot] 60696d03fd Update repository URLs to nextgen-networks while preserving deep links
Replaced bare references to the-djmaze/snappymail with nextgen-networks/snappymail/
and updated .git URLs to the new organization.

Per user request:
- README files are excluded.
- URLs with a trailing slash (e.g. issues, pull requests, releases) are
  left pointing to the original repository to preserve historical context.
- Bare web URLs now include the requested trailing slash.
- Existing nextgen-networks bare URLs were updated to include the trailing slash.

Co-authored-by: nextgen-networks <21206978+nextgen-networks@users.noreply.github.com>
2026-02-20 11:43:13 +00:00
..
index.php Update repository URLs to nextgen-networks while preserving deep links 2026-02-20 11:43:13 +00:00
LICENSE [snappymail] More changes to use the word "extensions" rather than plugins/packages 2021-08-27 23:49:03 +02:00
README [snappymail] More changes to use the word "extensions" rather than plugins/packages 2021-08-27 23:49:03 +02:00

What is it?

In essense, this extension allows multiple users across multiple servers to
use one Snappymail installation without the administrator having to create
and configure individual domans.

This extension detects the required hostname from a given email address (for
example, it would use "example.com" as the hostname if a user would
log in as "info@example.com"). 

This hostname is then used for IMAP and SMTP communication.

How to Use:

1) Activate extension
2) Go to settings, and add a new wildcard domain "*"
3) Set your ports/TLS/SSL configuration as needed. These settings will not be
   altered by the extension.
4) Set the SMTP and/or IMAP host fields to "auto", this field will then be
   auto-configured.
5) That's it!