PHPackages                             mathsgod/mail-bounce-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mathsgod/mail-bounce-parser

ActiveLibrary

mathsgod/mail-bounce-parser
===========================

1.0.2(3mo ago)011MITPHP

Since Jul 26Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/mathsgod/mail-bounce-parser)[ Packagist](https://packagist.org/packages/mathsgod/mail-bounce-parser)[ RSS](/packages/mathsgod-mail-bounce-parser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Mail Bounce Parser
==================

[](#mail-bounce-parser)

A PHP library for parsing email bounce messages and extracting delivery status notifications.

Features
--------

[](#features)

- Parse bounce emails in EML format
- Extract delivery status information
- Identify recipient addresses and bounce reasons
- Support for standard DSN (Delivery Status Notification) format
- Built on top of Laminas Mail component

Requirements
------------

[](#requirements)

- Composer

Installation
------------

[](#installation)

Install via Composer:

```
composer require mathsgod/mail-bounce-parser
```

Usage
-----

[](#usage)

### Basic Example

[](#basic-example)

```
