이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Brozzme Multiple admin emails

설명

Add more than one admin email for notification such as new user registration. Brozzme Multiple admin emails, override sanitization of admin_email and new_admin_email to allow multiple admin email, separate with commas.
This function applies a limit, check for valid email using is_email( ) function (WordPress).
With this function, site notifications are sent to these admin emails.

Since version 1.2.0, new features and options appears.

  • New notification emails are send when other admin, editor publish content.
  • Email with link, edit link,
  • On demand notification meta box on post & page to use new notifications.

옵션

  • Limit website admin_email up to 5 addresses.
  • Send email when publishing,
  • Post & page configuration
  • Event configuration (work automatically with pending or publish)
  • Notification On Demand mode,

Behaviours

  • override sanitize_option_admin_email and sanitize_option_new_admin_email,
  • custom sanitization with is_email() and trim, to prevent thoughtlessness typo,
  • remove additional address on desactivate and plugin suppress.

Since 1.2.0

If publish event are enable

  • send notifications, according to the settings, when a post or/and page are save as pending or publish.
  • If set, On Demand, adds meta box to send notification on demand or reset notification status.
  • The current author will not receive notifications, others admin_email will.
  • When a post (or page) notifications has been already send, you will be able to send another notification on demand or reset status.
  • Silent mode to hide the meta box for non admin_email when save_post hook is used (can fail with new WordPress editor)
  • On demand mode, perfect to verify the publishing content, correct it to improve seo, misprint, graphical convention.
  • new Brozzme admin menu to centralize Brozzme plugins.

Read the FAQ to get more tricks.

Link to Brozzme
Check all Benoti / Brozzme plugins on WordPress.org

스크린샷

  • Admin views screenshot-1.png.
  • Brozzme Multiple admin emails settings panel screenshot-2.png.
  • Brozzme Multiple admin emails settings panel in french screenshot-3.png
  • Post or page meta box when no notifications sent yet screenshot-4.png
  • Post or page meta box when a notification has been already sent screenshot-5.png

설치

  1. Upload “multiple-admin-emails” folder to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Add your admin emails and configure notification in Brozzme/Notifications

FAQ

How should I write the emails ?

Separate with commas. I.e : mail1@tld.com, mail2@tld.com, etc…

Where should I write the emails ?

As usual, in Settings/General

I change the limit but all the emails remains in the settings panel

You need to save once again to active this limit, emails are taken in the same order and cut from the end of the list. Be sure to place your most important admin first.

I can find the Notification in the Settings panel

Notifications settings move to Brozzme panel.

후기

2022년 5월 9일
I can't get past "There is a pending change of the admin email" and there's a two year also code error about BFSL_PLUGINS_SLUG
2016년 9월 3일
A very simple way to send new user registration, new order, notifications to more than 1 email address without the need to make mail redirection.
모든 4 평가 읽기

기여자 & 개발자

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

기여자

“Brozzme Multiple admin emails”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Brozzme Multiple admin emails”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4

  • bugfixes

1.0.0

  • Initial release.

1.2.0

  • Introduce Brozzme admin menu & Quality content notifications *

1.2.1

  • solve bug with php 7.1 *