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

Emails not signed when queued #18

Open
sanderkruger opened this issue Mar 13, 2020 · 1 comment
Open

Emails not signed when queued #18

sanderkruger opened this issue Mar 13, 2020 · 1 comment

Comments

@sanderkruger
Copy link

I seems that the DKIM signing classes are not used when a mail is dispatched to the queue. Even writing a job that sends an email will not result in signed mail.

How can this plugin be changed so that queued messages are also using the classes that add the DKIM signature?

@sanderkruger
Copy link
Author

Whoops, turns out the problem is not with the plugin, but with the referencing of the private key. In .env I used a relative path for the location of the private DKIM key. This worked fine for sending emails directly from the http process. But cron works from a different basepath, so the private key could not be found. Use an absolute path.
Perhaps an idea to put this in the readme.md

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

No branches or pull requests

1 participant