Title: wp_mail return-path
Author: barnz99
Published: <strong>18 دسامبر 2015</strong>
Last modified: 11 دسامبر 2023

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/wp-mail-returnpath/assets/icon-256x256.png?rev=3008134)

# wp_mail return-path

 توسط [barnz99](https://profiles.wordpress.org/barnz99/)

[دانلود](https://downloads.wordpress.org/plugin/wp-mail-returnpath.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/wp-mail-returnpath/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wp-mail-returnpath/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wp-mail-returnpath/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/wp-mail-returnpath/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/wp-mail-returnpath/)

## توضیحات

This plugin sets the PHPMailer Sender (return-path) the same as the From address
if it’s not correctly set.

Mitigates the “via” and “The actual sender of” Notification in Outlook and stops
email going to spam/junk because of the mismatch between From and Return-Path headers.

This usually occurs on shared hosting servers when local user / domain is used as
default for the return-path header and WordPress only sets the From header.

## نصب

 1. Unzip all files to the `/wp-content/plugins/` directory
 2. Log into WordPress admin and activate the ‘Latest Tweets’ plugin through the ‘Plugins’
    menu

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/b72fe8752106b802fa56a389eba05dea8847919eb6885eb7b851f4dbf759b8c8?
s=60&d=retro&r=g)

### 󠀁[Just what the doctor ordered](https://wordpress.org/support/topic/just-what-the-doctor-ordered-64/)󠁿

 [nigelpentland](https://profiles.wordpress.org/nigelpentland/) 10 نوامبر 2024

Works a treat and fixes an otherwise troublesome issue. Many thanks.

![](https://secure.gravatar.com/avatar/88f949545ced02da3a5804a1731db949346344004473f1d898151622ad2969e7?
s=60&d=retro&r=g)

### 󠀁[Works as expected](https://wordpress.org/support/topic/works-as-expected-854/)󠁿

 [Em](https://profiles.wordpress.org/mcottell/) 20 نوامبر 2023

Needed to be able to set return-path email header in my WordPress emails so that
they don’t get flagged as spam. This plugin does the trick.

![](https://secure.gravatar.com/avatar/546b7b3e30c5a9d2a3086c4aa81c6f96fbd7f194aea9a3ab9adcc5714bf79ded?
s=60&d=retro&r=g)

### 󠀁[Thanks for the plugin. To be honest, this should be part of WP.](https://wordpress.org/support/topic/thanks-for-the-plugin-to-be-honest-this-should-be-part-of-wp/)󠁿

 [Anonymous User 9018418](https://profiles.wordpress.org/anonymized-9018418/) 28
اکتبر 2021

It works, and it fixes a major flaw of WP.

![](https://secure.gravatar.com/avatar/0295e2d925c79977431dd32d0187662cf5ba9808b8227440e2ef1d2a82dc285e?
s=60&d=retro&r=g)

### 󠀁[All good](https://wordpress.org/support/topic/all-good-92/)󠁿

 [asterix30](https://profiles.wordpress.org/asterix30/) 16 ژوئن 2020

Finally I am able to use proper email addresses. Thanks

![](https://secure.gravatar.com/avatar/976ed52d535712ca3279a67e84515ce1925d7a172674fe570f5bb3abb4ead6e3?
s=60&d=retro&r=g)

### 󠀁[Works as expected](https://wordpress.org/support/topic/works-as-expected-367/)󠁿

 [fuchsws](https://profiles.wordpress.org/fuchsws/) 25 فوریه 2018

… and just does what it should do, thanks!

![](https://secure.gravatar.com/avatar/34f5ae0466a3b4c1a7c2745cd313eb2314872b72460f6cf345cfbcc126a140ec?
s=60&d=retro&r=g)

### 󠀁[Working with WP 4.9.2](https://wordpress.org/support/topic/working-with-wp-4-9-2/)󠁿

 [Thomas Maier](https://profiles.wordpress.org/webzunft/) 1 فوریه 2018

It still works and solves the issue it supposed to solve.

 [ خواندن تمامی 9 نقد و بررسی‌ ](https://wordpress.org/support/plugin/wp-mail-returnpath/reviews/)

## توسعه دهندگان و همکاران

“wp_mail return-path” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ barnz99 ](https://profiles.wordpress.org/barnz99/)

[ترجمه “wp_mail return-path” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/wp-mail-returnpath)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/wp-mail-returnpath/)،
[مخزن SVN](https://plugins.svn.wordpress.org/wp-mail-returnpath/) را بررسی کنید،
یا از طریق [RSS](https://plugins.trac.wordpress.org/log/wp-mail-returnpath/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/wp-mail-returnpath/) مشترک
شوید.

## گزارش تغییرات

#### 1.1.1

 * Tested with 6.3

#### 1.1.0

 * Tested with 5.6.1
 * Fixed typo on filter_var
 * Changed to a singleton class

#### 1.0.3

 * Tested with WordPress 4.9.4

#### 1.0.2

 * Now only sets the sender if it’s not already set with a valid email address.

#### 1.0.1

 * Tested on 4.4

#### 1.0.0

 * Inital Release

#### 0.0.1

 * Beta Release

## اطلاعات

 *  نگارش **1.1.1**
 *  آخرین به‌روزرسانی **3 سال پیش**
 *  نصب‌های فعال **5,000+**
 *  نگارش وردپرس ** 3.0.1 یا بالاتر **
 *  آزمایش‌شده تا **6.3.10**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/wp-mail-returnpath/)
 * برچسب
 * [outlook](https://fa.wordpress.org/plugins/tags/outlook/)[phpmailer](https://fa.wordpress.org/plugins/tags/phpmailer/)
   [return-path](https://fa.wordpress.org/plugins/tags/return-path/)[sender](https://fa.wordpress.org/plugins/tags/sender/)
   [wp-mail](https://fa.wordpress.org/plugins/tags/wp-mail/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/wp-mail-returnpath/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 9 5-ستاره     ](https://wordpress.org/support/plugin/wp-mail-returnpath/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/wp-mail-returnpath/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/wp-mail-returnpath/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/wp-mail-returnpath/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/wp-mail-returnpath/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/wp-mail-returnpath/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/wp-mail-returnpath/reviews/)

## مشارکت کنندگان

 *   [ barnz99 ](https://profiles.wordpress.org/barnz99/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/wp-mail-returnpath/)