DKIM generation and use class.
Methods
createDkimRecords
createDkimRecords($domain, string $file_path = ""
, string $selector = "owp"
) : array
Static
Parameters
$domain
$file_path
string
$selector
string
Exceptions
\Exception |
Unable to create the DKIM directory. |
Returns
array
Dkim instructions will be output.
keyFileNamePath
keyFileNamePath(string $domain) : array
Static
Parameters
$domain
string
Domain to generate filename for.
Returns
array
validateDkim
validateDkim(string $domain, string $file_path) : boolean
Static
Parameters
$domain
string
The domain to generate DKIM keys.
$file_path
string
File path used to store the keys and instructions.
Returns
boolean
Dkim exist.
generateKeys
generateKeys() : array
Static
Recursively create a long directory path
createPath(string $path) : boolean
Static
Parameters
$path
string
Path to create.
Returns
boolean
generateInstructions
generateInstructions($domain, $dkim_selector, $dkim_record, $spf_record, $keys, $file_path) : array
Static
Parameters
$domain
$dkim_selector
$dkim_record
$spf_record
$keys
$file_path
Returns
array