Registry / serialization / symfony-mime

symfony-mime

JSON →
library8.1.0phppackagistunverified

Allows manipulating MIME messages, including email creation and parsing.

composer require symfony/mime
INSTALL
IMPORT
SIG · SYMFONY-MIME
S
symfony-mime
serializationphpv8.1.0
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.

Email
use Symfony\Component\Mime\Email;

Creates a MIME email message.

use Symfony\Component\Mime\Email; $email = (new Email()) ->from('from@example.com') ->to('to@example.com') ->subject('Hello') ->text('Body text') ->html('<p>Body HTML</p>');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
OpenAI (training)
1
Resources
symfony-mime — pip install symfony-mime · libregistry