PHP Package: laminas/laminas-mail

Laminas-Mail is a PHP library for sending and receiving emails efficiently and securely. It provides a robust email handling solution for PHP developers.

Current Version: 2.25.1
Last Updated: 2023-11-17
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0
Dependencies:
laminas/laminas-stdlib
phpmailer/phpmailer
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laminas-Mail is a powerful and flexible PHP library designed to simplify email management tasks. With comprehensive features for sending, receiving, and processing emails, this library ensures reliable communication for your PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.25.1

Download Download v2.25.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/laminas/laminas-mail/2.25.1/loader.php';
require_once 'libs/laminas/laminas-stdlib/3.20.0/loader.php';
require_once 'libs/phpmailer/phpmailer/6.10.0/loader.php';

use Laminas\Mail\Message;

$obj = new Message();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.