From 7ec7ca67dd8d20ffabb3aa014c5b258a7d54dd57 Mon Sep 17 00:00:00 2001 From: ChunHao <64747455+chuang8511@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:58:10 +0100 Subject: [PATCH] chore: update doc (#183) Because - the name of providers should be correct This commit - update doc to correct providers' name --- application/email/v0/.compogen/extra-setup.mdx | 6 ++---- application/email/v0/README.mdx | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/application/email/v0/.compogen/extra-setup.mdx b/application/email/v0/.compogen/extra-setup.mdx index f1be831cc..baa640efe 100644 --- a/application/email/v0/.compogen/extra-setup.mdx +++ b/application/email/v0/.compogen/extra-setup.mdx @@ -3,8 +3,7 @@ Supported Provider Samples for Sending Email | Provider | SMTP Server Address | Port | Notes | | --- | --- | --- | --- | | Gmail | smtp.gmail.com | 587 (TLS) or 465 (SSL) || -| Outlook | smtp-mail.outlook.com | 995 || -| office365 | smtp.office365.com | 587 || +| Outlook | smtp-mail.outlook.com | 587 || | Yahoo | smtp.mail.yahoo.com | 465 or 587 || | iCloud | smtp.mail.me.com | 587 | If you see an error message when using SSL, try using TLS or STARTTLS instead. | @@ -14,8 +13,7 @@ Supported Provider Samples for Receiving Emails | Provider | IMAP Server Address | Port | | --- | --- | --- | | Gmail | imap.gmail.com | 993 | -| Outlook | imap-mail.outlook.com | 993 | -| office365 | outlook.office365.com | 993 | +| Outlook | outlook.office365.com | 993 | | Yahoo | imap.mail.yahoo.com | 993 | | iCloud | imap.mail.me.com | 993 | diff --git a/application/email/v0/README.mdx b/application/email/v0/README.mdx index b8780677f..f5f276ad8 100644 --- a/application/email/v0/README.mdx +++ b/application/email/v0/README.mdx @@ -43,8 +43,7 @@ Supported Provider Samples for Sending Email | Provider | SMTP Server Address | Port | Notes | | --- | --- | --- | --- | | Gmail | smtp.gmail.com | 587 (TLS) or 465 (SSL) || -| Outlook | smtp-mail.outlook.com | 995 || -| office365 | smtp.office365.com | 587 || +| Outlook | smtp-mail.outlook.com | 587 || | Yahoo | smtp.mail.yahoo.com | 465 or 587 || | iCloud | smtp.mail.me.com | 587 | If you see an error message when using SSL, try using TLS or STARTTLS instead. | @@ -54,8 +53,7 @@ Supported Provider Samples for Receiving Emails | Provider | IMAP Server Address | Port | | --- | --- | --- | | Gmail | imap.gmail.com | 993 | -| Outlook | imap-mail.outlook.com | 993 | -| office365 | outlook.office365.com | 993 | +| Outlook | outlook.office365.com | 993 | | Yahoo | imap.mail.yahoo.com | 993 | | iCloud | imap.mail.me.com | 993 |