| « Significant new enhancements for PHPMailer-ML | DKIM and Callback function for PHPMailer » |
Create DKIM public/private keys
We had originally planned to release a utility "create_dkim_keys.php" with the upcoming new version of PHPMailer (v5.1) and the new PHPMailer Lite.
We have had a change in this plan.
We will be offering a utility to:
- create DKIM private key
- create DKIM public key
- create DomainKey DNS resource record with instructions
- create PHPMailer code to DKIM digitally sign emails
- put all four files in a ZIP and give you the ability to download
The utility is up and running now at http://dkim.worxware.com/ ... have a read through the introduction information. Some very valuable information there.
Keep in mind this is a release candidate -- use judgement before implementing in a production environment.
Andy