Registry / networking / zetacomponents-mail

zetacomponents-mail

JSON →
library1.10.1phppackagistunverified

Construct and parse Mail messages conforming to mail standards, with support for attachments, multipart messages, HTML mail, and interfaces with SMTP, IMAP, POP3, or mbox.

composer require zetacomponents/mail
INSTALL
IMPORT
SIG · ZETACOMPONENTS-MAI
Z
zetacomponents-mail
networkingphpv1.10.1
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 ezcMail\Mail;

Create a simple email message and generate its MIME representation.

use ezcMail\Mail; $mail = new Mail(); $mail->from = 'sender@example.com'; $mail->addTo('recipient@example.com'); $mail->subject = 'Hello'; $mail->body = 'This is a test email.'; echo $mail->generate();
Debug
Known issues
gotchaLibrary is no longer actively maintained; consider using SwiftMailer or PHPMailer for new projects.
fix
Migrate to a maintained mail library.
affects: >=1.0.0
Upgrade
Version history
1.10.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
zetacomponents-mail — pip install zetacomponents-mail · libregistry