Skip to content

Releases: JV-conseil-Internet-Consulting/dkim-php-mail-signature

php 8.2.4 ✨

27 Mar 21:03

Choose a tag to compare

v1.2.6

php 8.2.4

php >= 5.6.37

21 Mar 01:50

Choose a tag to compare

v1.2.3

License EUPL 1.2

Introducing DKIMmail class

19 Nov 16:52

Choose a tag to compare

DKIMmail class

Packagist Version Donate with PayPal License BSD 3-Clause Follow JV conseil – Internet Consulting on Twitter

📬 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 ☕️ :-)

Donate with PayPal