-
Notifications
You must be signed in to change notification settings - Fork 32
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
How to use #6
Comments
Certainly. I'll see if I can put something together in the next few days. |
@angrychimp Few months gone 😸 , please put it in wiki or in README , or specify here, i will fork and update |
To anyone who may find it useful, you can just change the following lines in DKIM_Verify::validate() |
One more thing, for anyone who wants to do a quick verification on the email message authenticity, here is the code. $email = file_get_contents($argv[1]); When running the script, just supply the filename as the argument. 😉 |
Are you able to add usage docs please?
Thanks a lot
The text was updated successfully, but these errors were encountered: