Registry / networking / horde-mail

horde-mail

JSON →
library2.7.2phppackagistunverified

Mail library providing a comprehensive set of classes for handling email messages, including parsing, composing, and sending.

composer require horde/mail
INSTALL
IMPORT
SIG · HORDE-MAIL
H
horde-mail
networkingphpv2.7.2
harness data pending
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.

Mail
use Horde\Mail\Mail;

Create a simple email and output its string representation.

use Horde\Mail\Mail; $mail = new Mail(); $mail->addFrom('sender@example.com'); $mail->addTo('recipient@example.com'); $mail->setSubject('Test'); $mail->setBody('Hello World'); echo $mail->toString();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
horde-mail — pip install horde-mail · libregistry