Skip to content

[Mime] Document the DKIM signer #13816

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

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Conversation

javiereguiluz
Copy link
Member

As you can see in https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail, DKIM is a pretty complex standard that defines lots of options, terminology and concepts.

In this doc I only mention some of them very slightly, because we assume that the reader of "Symfony DKIM signer docs" already knows what DKIM is and what does it require.

@javiereguiluz javiereguiluz added this to the 5.2 milestone Jun 11, 2020
@javiereguiluz javiereguiluz linked an issue Jun 11, 2020 that may be closed by this pull request
@javiereguiluz javiereguiluz merged commit 5364022 into symfony:master Jun 15, 2020

// first argument: string with the contents or the absolute path of the private key
// second and third arguments: the domain name and "selector" used to perform a DNS lookup
// (the selector is a string used to point to a specific DKIM public key record in your DNS)
Copy link
Member

Choose a reason for hiding this comment

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

The first argument is the same as openssl_pkey_get_private (openssl_pkey_get_private), so it's either the private key itself or a path that starts with file://

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for reviewing this! Fixed in b731bd2

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

Successfully merging this pull request may close these issues.

[Mime] Add DKIM support
3 participants