From d4b12512d3cdb02c5752bbf799acace896f4fd68 Mon Sep 17 00:00:00 2001 From: Rajakavitha Kodhandapani Date: Mon, 7 Aug 2023 09:09:52 +0530 Subject: [PATCH] [update] Configure Postfix to Send Email Using External SMTP Servers _ fixed a typo based on a comment in DisQus. --- docs/guides/email/email-services/postfix-smtp-debian7/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/email/email-services/postfix-smtp-debian7/index.md b/docs/guides/email/email-services/postfix-smtp-debian7/index.md index 289a797386a..de77e8c6601 100644 --- a/docs/guides/email/email-services/postfix-smtp-debian7/index.md +++ b/docs/guides/email/email-services/postfix-smtp-debian7/index.md @@ -167,7 +167,7 @@ You can now test your Postfix Configurations by using your system's `mail` utili 1. Compose an email to verify that your system is able to successfully send it. Replace the email address with your own and your intended recipient's email address. - echo "body of your email" | mail -s "This is a subject" -a "From:you@example.com" recipient@elsewhere.com + echo "body of your email" | mail -s "This is a subject" -A "From:you@example.com" recipient@elsewhere.com {{< note respectIndent=false >}}