Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Post Notification by Email

Beschrijving

Bij deze versie speciale dank aan caramelopardalis

Deze plugin meldt aan geregistreerde gebruikers d.m.v. e-mail over nieuwe berichten, pagina’s, berichttypes en gepubliceerde reacties.

De melding maakt gebruik van de e-mail-PHP, controleer bij de host de verzendlimiet en het aantal geregistreerde gebruikers.

Er worden meestal 200 e-mails per uur geaccepteerd.

Als de hostingserver het verzenden van e-mails niet toestaat, gebruikt dan een SMTP-plugin zoals https://wordpress.org/plugins/my-smtp-wp/, of lees onze FAQ

Let op:

Lees de FAQ voor het gebruik.

Want to help? Use the support

Nu zijn we in:

11 talen:

  • Engels
  • Portugees
  • Frans
  • Pools
  • Duits
  • Spaans
  • Nederlands
  • Chinees
  • Italiaans
  • Tsjechisch
  • Japans

Want to help?

Bekend met het ontwikkelen, help dan bij https://github.com/valeriosouza/post-notification

Hebt u suggesties voor nieuwe functies; https://github.com/valeriosouza/post-notification/issues/new

Wilt u op de hoogte blijven van het laatste nieuws over deze plugin, volg dan Twitter @valeriosza

Help mee

Gebruik https://github.com/valeriosouza/post-notification

Voor ontwikkelaars

Aangepaste e-mail engine/functie

If you don’t want to send emails by wp_mail() you can do the following way:

add_filter( 'notify_users_email_use_wp_mail', '__return_false' );

function custom_email_engine( $emails, $subject, $message ) {
    // custom actions here!
}

add_action( 'notify_users_email_custom_mail_engine', 'custom_email_engine', 10, 3 );<h3>License</h3>

Post Notification by Email is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Post Notification by Email is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Post Notification by Email. If not, see http://www.gnu.org/licenses/.

Schermafdrukken

  • Voer een e-mailadres in of kies niveaus van gebruikers met het recht e-mails te ontvangen.

  • Personalize your message. Use image, colors and whatever you decide.

  • Voorwaarden voor het versturen van de e-mail.

Installatie

  1. Upload de Post Notification by Email folder naar de /wp-content/plugins/ folder
  2. Activeer de plugin via het ‘Plugins’ menu in WordPress
  3. Begin met het plaatsen van berichten om automatisch een e-mail te versturen bij publicatie.
  4. Configure the plugin in ‘Post Notification by Email’ Menu.
  5. Registreer e-mails en selecteer de niveaus van gebruikers die e-mail kunnen ontvangen.
  6. Replace the messages according to your preference.

FAQ

Welke limiet is er voor het versturen van e-mail?

Over de limiet wordt door je hostingprovider beslist, omdat we gebruikmaken van een PHP-functie vóór het versturen. Dat betekent meestal 200 e-mails per uur.

I want to change the email sending, like I do?

Use an SMTP plugin and configure with the data from your email. It is the safest way to use and to avoid blockages or spam boxes.

Wij raden aan: https://wordpress.org/plugins/my-smtp-wp/

Is to change the way of shooting?

Ja, je kan de SMTP plugin gebruiken.

Wij raden aan: https://wordpress.org/plugins/my-smtp-wp/

Is er misschien een andere manier om e-mails te verzenden?

Yes, you can use SendGrid, Mandrill and the Amazon SES. Almost everyone has a WordPress plugin or accept a SMTP configuration.

Ik heb de plugin geïnstalleerd en hij verstuurt geen e-mail, wat kan er gaande zijn?

Open het instellingenscherm en kijk of er een categorie of berichttype geregistreerd is.

Ik wil dat er altijd verstuurd wordt voor alle categorieën, hoe moet ik dat doen?

Selecteer op het instellingenscherm alle categorieën. Standaard worden er al bij het installeren van de plugin alle geregistreerde categorieën gekozen.

Wat is het werkelijke doel van deze plugin?

Imagine you have 100 people registered on your site and want to notify them of all posts.

Deze plugin vereenvoudigt het verzenden van een e-mail met deze melding.

Mijn reacties worden niet verzonden, omdat…?

Er worden alleen e-mails verzonden over reacties die geen last hebben van modereer-regels; als hij om de een of andere reden toch in de moderatie blijft hangen nadat de goedkeurings-mail niet wordt verzonden.

Bekijk deze wp-admin/options-discussion.php

This plugin will not change this function, you can go out on a add-on or pro version.

Beoordelingen

3 september 2016 2 reacties
This plugin works very well with a small number of website users. Most email servers limit the number of recipients to 100 or less to prevent SPAM blacklisting of the ISP. If you have more than the limit (ie, 100) of recipients, the entire email fails to send. It has nothing to do with the plugin, it has to do with the email servers. To make this plugin work for bigger user sites, the plugin needs to have a user configurable parameter like “maxrecipients=100” which would force the plugin to parse the user list into multiple emails. It would also be a good idea to add a user configurable parameter like “delaysend=1000” to delay sending each subsequently parsed email so the server doesn’t block because of too many emails per second. SUMMARY: Great tool but needs some refinement for big sites.
Lees alle 23 beoordelingen

Bijdragers & ontwikkelaars

“Post Notification by Email” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Post Notification by Email” is vertaald in 8 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Post Notification by Email” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

4.1.3 – 21/06/2019

  • Opgelost: bugs en fouten.

4.1.2 – 23/02/2015

  • Opgelost: bugs en fouten.

4.1.1 – 20/02/2015

  • Nieuw: concept voor gepubliceerd in massa-actie.
  • Opgelost: fout ongedefinieerde index: conditional_post_type.
  • Opgelost: er wordt geen e-mail verzonden voor nieuwe reacties.

4.1 – 10/02/2015

  • Opgelost: opgeloste bug load_plugin_textdomain.
  • Fixed: Resolved bug Emails are being sent for unpublished Comments.
  • Nieuw: alle berichttypes in voorwaardelijk.
  • Onwerkelijk: we houden van de Braziliaanse munt.

4.0.4 – 08/01/2014

  • Opgelost: opgeloste bugs, fouten en nieuwe talen toevoegen.

4.0.3 – 25/12/2014

  • Opgelost: opgeloste bugs en fouten.

4.0.2 – 24/11/2014

  • Opgelost: opgeloste bugs en fouten.

4.0.1 – 24/11/2014

  • Opgelost: opgeloste bugs en fouten.

4.0.0 – 14/11/2014

  • Nieuw: nieuwe naam.
  • Nieuw: nieuw menu en pagina.
  • Nieuw: nieuwe {content_post} plaatshouder toegevoegd voor inhoud van berichten.
  • Nieuw: voorwaarden toegevoegd voor het verzenden van de e-mail.
  • Nieuw: nieuwe veld-editor en HTML-mail toegevoegd.
  • Onwerkelijk: we zullen de wereld overheersen

3.1.2 – 06/11/2014

  • Fixed: Resolved error latest version of PHP.

3.1.1 – 03/11/2014

  • Nieuw: Chinees en Duits vertalen toegevoegd.
  • Nieuw: scherm voor hulp.

3.1.0 – 03/08/2014

  • Nieuw: nieuwe {datum}-plaatshouder voor reacties toegevoegd.
  • Nieuw: verbeterde datumnotatie met date_i18n().
  • Fixed: Fixed the duplicate emails.
  • Fixed: Fixed broken placeholders.
  • Fixed: Fixed the page and comments validation when save the options.
  • Onwerkelijk: de wereld niet gevonden.

3.0.2 – 29/07/2014

  • Fixed: Resolved error comments link.
  • Onwerkelijk: het is mogelijk Google te kopen voor $1.

3.0.1 – 01/07/2014

  • Nieuw: aangepast om te werken met de plugin My SMTP-WP.
  • Unreal: Makes fresh coffee for you.

3.0.0 – 26/06/2014

  • Nieuw: nu is het mogelijk nieuw aangemaakte pagina’s en nieuw ontvangen reacties te melden.
  • Nieuw: nieuwe vertalingen beschikbaar
  • Unreal: Makes fresh coffee for you.

2.0.0 – 16/04/2014

  • nieuw interface aanmaken

1.0.4 – 02/09/2013

  • Functie-mail bijwerken per wp_mail

1.0.3 – 02/09/2013

  • Functiewaarschuwing bijwerken

1.0.1 – 01/08/2013

  • Vertaling es-ES

1.0.0 – 29/07/2013

  • E-mail verstuurd per BCC
  • Schermopties
  • Beveiliging
  • Vertaling pt-BR

0.1.0 – 12/07/2013

  • Lançada primeira versão bèta