From 6dca7b58231c8ad3d5808c442ae93f2ba5b44908 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 25 Jan 2025 16:28:40 +0100 Subject: Fix incorrect env variable for hosts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9e6e407..fa87603 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This means the minimum invocation is this (Shown here with inline environment variables) ``` -% REMOTE_IMAP_DOMAIN=imap.coolmailsite.example REMOTE_SMTP_DOMAIN=smtp.coolmailsite.example olden-mail +% REMOTE_IMAP_HOST=imap.coolmailsite.example REMOTE_SMTP_HOST=smtp.coolmailsite.example olden-mail ``` ## Debugging -- cgit