From cf008c0ca7aec69e3263c63e7adbbed9e380c549 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 5 Mar 2025 07:44:10 -0700 Subject: [PATCH] docs(readme): fix gmail doc example Refs: #564 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d54e9a89..8316a655 100644 --- a/README.md +++ b/README.md @@ -295,11 +295,11 @@ You can also manually edit your own configuration, from scratch: folder.aliases.trash = "[Gmail]/Trash" backend.type = "imap" - backend.type.host = "imap.gmail.com" - backend.type.port = 993 - backend.type.login = "example@gmail.com" - backend.type.auth.type = "password" - backend.type.auth.raw = "*****" + backend.host = "imap.gmail.com" + backend.port = 993 + backend.login = "example@gmail.com" + backend.auth.type = "password" + backend.auth.raw = "*****" message.send.backend.type = "smtp" message.send.backend.host = "smtp.gmail.com" @@ -546,7 +546,7 @@ You can also manually edit your own configuration, from scratch: - `Reply-To`: represents the address the receiver should reply to instead of the `From` header - `Cc`: represents the addresses of the other receivers (carbon copy) - `Bcc`: represents the addresses of the other hidden receivers (blind carbon copy) - + An address can be: - a single email address `user@domain`