Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[update] Configure Postfix to Send Email Using External SMTP Servers #6520

Closed
wants to merge 1 commit into from

Conversation

Rajakavitha1
Copy link
Collaborator

_ fixed a typo based on a comment in DisQus.

_ fixed a typo based on a comment in DisQus.
@netlify
Copy link

netlify bot commented Aug 7, 2023

Deploy Preview for nostalgic-ptolemy-b01ab8 ready!

Name Link
🔨 Latest commit d4b1251
🔍 Latest deploy log https://app.netlify.com/sites/nostalgic-ptolemy-b01ab8/deploys/64d06790baba000008a92f7f
😎 Deploy Preview https://deploy-preview-6520--nostalgic-ptolemy-b01ab8.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we verify this was a correct recommendation? I did some research, and it looks like the official documentation for the mail command does, in fact, use the lowercase "a" for specifying mail header information. The capital "A" is used for attaching files.

In the example from our guide, it looks like we're specifying header info, not attaching a file.

Copy link
Collaborator Author

@Rajakavitha1 Rajakavitha1 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jddocs !!! I see in the official docs. It is best that I close this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants