# Fix Email Return-Path

`wp-plugin/fix-email-return-path` — WordPress plugin

> **No tagged releases in SVN.** This plugin releases exclusively via SVN trunk. Install with `dev-trunk` — Composer will pin to a specific SVN revision in your lock file. See [all untagged plugins](https://wp-packages.org/untagged).

## Install

```sh
composer require wp-plugin/fix-email-return-path:dev-trunk
```

## Details

- **Latest version:** 1.0.5
- **Active installs:** 200
- **Composer installs:** 0
- **Author:** mishalpatel
- **WordPress.org:** https://wordpress.org/plugins/fix-email-return-path/

## Description

Simple plugin that sets the PHPMailer->Sender variable so that the return-path is correctly set when using wp_mail.
