Releases: JV-conseil-Internet-Consulting/dkim-php-mail-signature
Releases · JV-conseil-Internet-Consulting/dkim-php-mail-signature
php 8.2.4 ✨
v1.2.6 php 8.2.4
php >= 5.6.37
v1.2.3 License EUPL 1.2
Introducing DKIMmail class
DKIMmail class
📬 Stand-alone class to send DKIM signed emails with a 2048 bit private key hashed with SHA-256 algorithm.
Usage
// init
$mail = new DKIMmail('/www/inc/config/jv-conseil/dkim-php-mail-signature/config.inc.php') ;
// parameters
$mail->from = "Sender" <[email protected]> ;
$mail->to = "Recipient" <[email protected]> ;
$mail->subject = "Your Mail Subject" ;
$mail->body = "Your Mail Message." ;
$mail->attach("/path/to/your/attachment.jpg", "NameOfYourAttachment.jpg") ;
// send!
$mail->send() ;
Sponsorship
If this project helps you reduce time to develop, you can give me a cup of coffee ☕️ :-)
