Banner for Notify Eu
Notify, a new messaging and notification platform for a user friendly and faster communication in B2B & B2C Wordpress Tutorial
Noted That:
  • To install correctly this notify-eu.zip .
  • Fisrt Download the notify-eu.zip to your computer
  • Extract/Open notify-eu.zip to Your Computer.
  • Then, Find readme.txt file inside notify-eu.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " notify-eu.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Notify Eu

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Notify Eu

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Notify Eu

Step-5 : Now, Browse " notify-eu.zip " Downloaded plugin from your computer, Where you downloaded " notify-eu.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Notify Eu

Step-6 : Now, Click on " Active Plugin "

Activate Notify Eu

Step-7 : Then, See left Side Menu. " Notify Eu " folder is added on left Side Menu. Now, Click on " Notify Eu " folder.

Noted that: If you do not see " Notify Eu " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Notify Eu Configurations and Settings or How to work " Notify Eu " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Notify-eu " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Notify-eu
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the settings page in the Admin at Settings -> Notify and configure the plugin with your account details
  4. Place in your templates
  5. Action notify_send takes 5 arguments:

    • template (mandatory)
    • recipients (‘to’ field is mandatory)
    • language (f.e. nl / fr / en)
    • transport (f.e. SMTP)
    • params (extra array of params you want to use in template)
  6. Example: do_action( ‘notify_send’, ‘welcomeTemplate’, array(‘to’ => array(array(‘name’ => ‘John Doe’, ’email’ => ‘[email protected]’)), ‘cc’ => array(array(‘name’ => ‘John Doe’, ’email’ => ‘[email protected]’))), ‘nl’, ‘SMTP’, array(‘username’ => ‘John’));

  7. When an error occurs or some param is missing, an entry will be inserted in debug.log when WP_DEBUG_LOG: true

Name