From 25d2393d16d01b1bf5efefbddcea0e1fb55f63dd Mon Sep 17 00:00:00 2001 From: jonathan Tremesaygues <74904025+jtremesay-sereema@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:29:50 +0200 Subject: [PATCH] s/IMAP/SMTP/ IMAP is used to download the mails, not send them --- content/docs/senders.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/senders.md b/content/docs/senders.md index f457df6..0a630c1 100644 --- a/content/docs/senders.md +++ b/content/docs/senders.md @@ -10,7 +10,7 @@ next: contacts For larger projects it’s recommended to either use your own dedicated email infrastructure or rely on an externally managed email service. For smaller -projects you could even use your personal email (via IMAP) to send your +projects you could even use your personal email (via SMTP) to send your newsletters. You need to create a Sender before you can send your first campaign with Keila. @@ -21,7 +21,7 @@ On your project overview page, click on `Manage Senders` and then on *Create new Currently, the following sender types are supported: -- IMAP +- SMTP - AWS SES - Sendgrid - Mailgun