An open API service indexing awesome lists of open source software.

https://github.com/mathsgod/mail-bounce-parser


https://github.com/mathsgod/mail-bounce-parser

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mail Bounce Parser

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

## 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

- Composer

## Installation

Install via Composer:

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

## Usage

### Basic Example

```php