louisameline / php-mail-signature

Sign your e-mails with DKIM and Domain Keys in PHP
GNU Lesser General Public License v2.1
59 stars 19 forks source link

Fix ability to use custom signed headers #6

Closed mbroadhead closed 8 years ago

mbroadhead commented 8 years ago

The code expects an option named "signed_headers", but the documentation and test.php was showing "signature_headers". This meant the example code and test.php would not work as expected.

louisameline commented 8 years ago

Thank you !