https://github.com/mathsgod/mail-bounce-parser
https://github.com/mathsgod/mail-bounce-parser
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathsgod/mail-bounce-parser
- Owner: mathsgod
- License: mit
- Created: 2023-07-26T03:18:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T03:57:30.000Z (almost 3 years ago)
- Last Synced: 2025-08-10T22:23:48.334Z (10 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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