Registry / networking / zendframework-zend-mail

zendframework-zend-mail

JSON →
library2.10.0phppackagistunverified

Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages.

networkingutility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use Zend\Mail\Message;

Create and configure an email message.

use Zend\Mail\Message; $message = new Message(); $message->addTo('user@example.com'); $message->setSubject('Hello'); $message->setBody('This is a test.');
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
Resources