Title: Mail Manager for WPForms ( wpforms entries ) &#8211; Database for wpforms
Author: Md Rashidul Azam (Nishan)
Published: <strong>2025년 2월 11일</strong>
Last modified: 2026년 7월 12일

---

플러그인 검색

![](https://ps.w.org/mail-manager-wpforms/assets/banner-772x250.png?rev=3604573)

![](https://ps.w.org/mail-manager-wpforms/assets/icon-256x256.png?rev=3604573)

# Mail Manager for WPForms ( wpforms entries ) – Database for wpforms

 작성자: [Md Rashidul Azam (Nishan)](https://profiles.wordpress.org/arosh019/)

[다운로드](https://downloads.wordpress.org/plugin/mail-manager-wpforms.1.4.0.zip)

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

 [지원](https://wordpress.org/support/plugin/mail-manager-wpforms/)

## 설명

The “Mail Manager for WPForms” plugin saves WPForms entries to your WordPress database.
It simply saves all incoming mail after activating this plugin.

You can manage mail easily. There are features for column show/hide, mail search,
manager styling and saving important mail that will help you to organize lists easily.

You must to install [WPForms](https://wordpress.org/plugins/wpforms-lite/). By simply
installing the plugin, it will automatically begin to capture form submissions from
WPForms.

#### Features of Mail Manager for WPForms

 * Lightweight, fast, and easy to use
 * Works out of the box with no configuration required
 * Store and manage all WPForms entries in a single database table
 * Export form entries to CSV by date range or custom selection
 * Star important entries for quick access
 * Filter entries by starred, unread, trashed, and other statuses
 * Show or hide table columns to customize the entries list
 * Display entry counts directly in the admin table
 * Dynamic Gutenberg block to display selected WPForms entries on the frontend
 * Multiple frontend layouts, including table and card views
 * Pagination, sorting, field visibility controls, and saved-entry filtering
 * Secure field allowlisting to help protect sensitive form data
 * Built-in Style Manager for customizing the frontend appearance
 * Developer-friendly architecture with hooks and easy customization

### Gutenberg Frontend Entries Block

Version 1.4.0 adds a dynamic **WPForms Entries** block. Administrators can select
a WPForms form, allowlist individual fields, choose table or card layout, set entry
count and ordering, enable pagination, and control visibility. By default, the block
shows all non-trashed entries to logged-in users; enable the saved/starred toggle
if you only want selected entries.

## 스크린샷

[⌊Mail Entries.⌉⌊Mail Entries.⌉[

Mail Entries.

[⌊Mail Details.⌉⌊Mail Details.⌉[

Mail Details.

[⌊Form List.⌉⌊Form List.⌉[

Form List.

[⌊Export and filtering.⌉⌊Export and filtering.⌉[

Export and filtering.

[⌊Customize & Style.⌉⌊Customize & Style.⌉[

Customize & Style.

[⌊Gutenberg block editor.⌉⌊Gutenberg block editor.⌉[

Gutenberg block editor.

[⌊Frontend.⌉⌊Frontend.⌉[

Frontend.

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   WPForms Entries Display selected WPForms submission fields in a table or card
   layout.

## 설치

 1. Download and extract plugin files to a wp-content/plugins directory.
 2. Activate the plugin through the WordPress admin interface.
 3. Done!

## 후기

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

### 󠀁[Best WPForms Database Plugin – Lightweight, Secure & Export-Ready](https://wordpress.org/support/topic/best-wpforms-database-plugin-lightweight-secure-export-ready/)󠁿

 [Rakibul Islam](https://profiles.wordpress.org/btibd/) 2025년 7월 29일

A must-have for WPForms users! This plugin is lightweight, secure, and has a clean,
intuitive design. It stores entries in a database and makes it easy to export data
day by day, perfect for tracking and reporting. No more email digging—just fast,
reliable access to your form submissions. Highly recommended!

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/)

## 기여자 & 개발자

“Mail Manager for WPForms ( wpforms entries ) – Database for wpforms”(은)는 오픈
소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Md Rashidul Azam (Nishan) ](https://profiles.wordpress.org/arosh019/)

[자국어로 “Mail Manager for WPForms ( wpforms entries ) – Database for wpforms”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/mail-manager-wpforms)

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

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

## 변경이력

#### 1.4.0

 * Reorganized Gutenberg block development into `src/blocks/frontend-entries` using
   the official `@wordpress/create-block` project structure.
 * Added separate `@wordpress/scripts` build and watch processes for both the admin
   React application and Gutenberg blocks.
 * Added compiled block assets, including metadata, dependency files, editor styles,
   frontend styles, RTL styles, and dynamic `render.php` output.
 * Updated block registration to load the compiled build from `build/blocks/frontend-
   entries`.
 * Preserved the legacy `blocks/frontend-entries` source for backward compatibility
   without loading it.
 * Expanded the developer documentation with the complete Gutenberg source-to-build
   workflow.

#### 1.3.0

 * Added a dynamic Gutenberg block to display selected WPForms entry fields on the
   frontend.
 * Added support for table and card layouts, pagination, sorting, field visibility
   controls, and saved-entry filtering.
 * Improved security by introducing explicit field allowlisting and safe defaults
   to help prevent accidental exposure of sensitive form data.

#### 1.2.1

 * Fixed a fatal error caused by capability checks running before WordPress loaded
   pluggable user functions.
 * Delayed plugin initialization until the `plugins_loaded` hook while preserving
   activation and deactivation behavior.

#### 1.1.2

 * Fixed issue with inaccurate search results.
 * Modified notice display position and timeout duration.
 * Updated table list item color for improved readability.
 * Updated scheduling logic for user review timestamps.

#### 1.0.1

 * Fixed namespace issues.
 * Added premium plugin support.

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **1.4.0**
 *  최근 업데이트: **2개월 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 6.5 또는 그 이상 **
 *  다음까지 시험됨: **7.1**
 *  PHP 버전 ** 8.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/mail-manager-wpforms/)
 * 태그:
 * [WPForms](https://ko.wordpress.org/plugins/tags/wpforms/)[wpforms database](https://ko.wordpress.org/plugins/tags/wpforms-database/)
   [wpforms-entries](https://ko.wordpress.org/plugins/tags/wpforms-entries/)
 *  [고급 보기](https://ko.wordpress.org/plugins/mail-manager-wpforms/advanced/)

## 평점

 별 5점 만점에 5점.

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

[Your review](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/mail-manager-wpforms/reviews/)

## 기여자

 *   [ Md Rashidul Azam (Nishan) ](https://profiles.wordpress.org/arosh019/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/mail-manager-wpforms/)