Title: WP Email Debug
Author: Grant Derepas
Published: <strong>2015년 7월 23일</strong>
Last modified: 2025년 6월 25일

---

플러그인 검색

![](https://ps.w.org/wp-email-debug/assets/banner-772x250.png?rev=1204487)

![](https://ps.w.org/wp-email-debug/assets/icon-256x256.png?rev=1204487)

# WP Email Debug

 작성자: [Grant Derepas](https://profiles.wordpress.org/dr_scythe/)

[다운로드](https://downloads.wordpress.org/plugin/wp-email-debug.1.2.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/wp-email-debug/#description)
 * [평가](https://ko.wordpress.org/plugins/wp-email-debug/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wp-email-debug/#installation)
 * [개발](https://ko.wordpress.org/plugins/wp-email-debug/#developers)

 [지원](https://wordpress.org/support/plugin/wp-email-debug/)

## 설명

This plugin makes it safe and easy to work with email in your testing environments.
When enabled the plugin catches any instance of wp_mail and redirects the email 
to your chosen email address.

Key Features

 * Set a custom email address target to redirect emails to
 * Emails intercepted will have [Debug] added to the subject line to make them identifyable
   in your inbox
 * Interception rules can be limited by plugin allowing you to debug a specific 
   plugin on your live site without affecting other operations
 * Notice in the WP Admin Bar when enabled.

#### For Bugs Reports or to contribute

Please visit our public [GitHub Repo](https://github.com/GForceWeb/WP-Email-Debug/)

## 스크린샷

[⌊WP EMail Debug Settings Screen⌉⌊WP EMail Debug Settings Screen⌉[

WP EMail Debug Settings Screen

## 설치

 1. Upload the wp-email-debug folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Visit the Email Debug Settings page to enable specific features

## FAQ

### Will this intercept all emails sent from WordPress?

Generally speaking, Yes, but. This plugin catches all emails sent using the wp_mail
function. Best practice specifies that plugins should use this function to send 
email but it is possible that developers could send email using another method in
which case this plugin won’t catch it.

## 후기

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

### 󠀁[Still great](https://wordpress.org/support/topic/still-great-4/)󠁿

 [Adrian Mörchen](https://profiles.wordpress.org/adrian2k7/) 2018년 4월 19일

The plugins still works. I use it regularly for development.

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

### 󠀁[Works perfectly and great for debugging](https://wordpress.org/support/topic/works-perfectly-and-great-for-debugging-2/)󠁿

 [Pippin Williamson](https://profiles.wordpress.org/mordauk/) 2017년 2월 8일

Debugging emails can be incredibly frustrating. This makes it so, so much easier!

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/wp-email-debug/reviews/)

## 기여자 & 개발자

“WP Email Debug”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Grant Derepas ](https://profiles.wordpress.org/dr_scythe/)
 *   [ Jarred Kennedy ](https://profiles.wordpress.org/jarred-kennedy/)

[자국어로 “WP Email Debug”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-email-debug)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/wp-email-debug/)는, [SVN 저장소](https://plugins.svn.wordpress.org/wp-email-debug/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/wp-email-debug/)
을 [RSS](https://plugins.trac.wordpress.org/log/wp-email-debug/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.2.1

 * **SECURITY FIX**: Added proper authorization checks and nonce verification to
   prevent unauthorized access to plugin settings
 * Added capability check using current_user_can(‘manage_options’)
 * Added nonce verification for form submissions

#### 1.2

 * Updated Ownership and WP Tested version

#### 1.1

 * Improved code syntax
 * Updated Compatibility to 4.3.1

#### 1.0

 * Initial Release
 * Added plugin specific filters
 * Added Admin Bar Notification
 * Added Plugin Meta / Icon / Banner

#### 0.1

 * Built core filter functionality

## 기초

 *  버전 **1.2.1**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **90+**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **6.8.6**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-email-debug/)
 * 태그:
 * [debug](https://ko.wordpress.org/plugins/tags/debug/)[debugging](https://ko.wordpress.org/plugins/tags/debugging/)
   [email](https://ko.wordpress.org/plugins/tags/email/)[mail](https://ko.wordpress.org/plugins/tags/mail/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-email-debug/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/wp-email-debug/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/wp-email-debug/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/wp-email-debug/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/wp-email-debug/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/wp-email-debug/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-email-debug/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/wp-email-debug/reviews/)

## 기여자

 *   [ Grant Derepas ](https://profiles.wordpress.org/dr_scythe/)
 *   [ Jarred Kennedy ](https://profiles.wordpress.org/jarred-kennedy/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-email-debug/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=56VAQGWSU2VRL)