Plugin Directory

Changeset 2490895


Ignore:
Timestamp:
03/09/2021 05:57:58 PM (5 years ago)
Author:
actignite
Message:

readme.txt

Location:
actignite
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • actignite/trunk/index.php

    r2486228 r2490895  
    33/*
    44 * Plugin Name: Actignite
    5  * Description: WordPress' Default Email Sender Name And Email Address Customizer
     5 * Description: WordPress Email's Default Sender Name And Email Address Customizer
    66 * Version:     0.0.1
    77 * Author:      Actignite
     
    2727
    2828function actignite_campaign_sender_register() {
    29     add_settings_section('actignite_campaign_wp_default_se_customizer_section', __('WordPress\' default sender name and email address customizer: Actignite', 'actignite'), 'actignite_campaign_wp_default_se_customizer_text', 'actignite_campaign_wp_default_se_mail_sender');
     29    add_settings_section('actignite_campaign_wp_default_se_customizer_section', __('WordPress Email\'s Default Sender Name and Email Address Customizer: Actignite', 'actignite'), 'actignite_campaign_wp_default_se_customizer_text', 'actignite_campaign_wp_default_se_mail_sender');
    3030
    3131    add_settings_field('actignite_campaign_wp_default_mail_sender_name_id', __('Email Sender Name','actignite'), 'actignite_campaign_wp_default_se_customizer_function', 'actignite_campaign_wp_default_se_mail_sender',  'actignite_campaign_wp_default_se_customizer_section');
  • actignite/trunk/readme.txt

    r2486228 r2490895  
    1 === Actignite ===
     1=== WordPress Email's Default Name and Email Address Customizer - Actignite ===
    22Contributors:      actignite
    3 Tags:              mail, sender, name, customizer
     3Tags:              default name, default email, mail, sender, name, customizer
    44Requires at least: 3.6
    55Tested up to:      5.6.2
     
    88License URI:       http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 WordPress' Default Email Sender Name And Email Address Customizer
     10WordPress Default Email Sender Name And Email Address Customizer
     11
     12== Description ==
     13
     14Actignite is a WordPress email default name and email address customizer.  It helps to personalize the email for the website owner by the feature of changing sender name and email address in Outgoing WordPress Email.
     15
     16By default, WordPress uses ‘WordPress’ as the sender name for all outgoing WordPress notification emails. This doesn’t look very professional, and you may want to change that to your business name. This plugin will let you easily change the default sender name and email address in outgoing WordPress emails.
     17
     18WordPress sends several email notifications to the site administrator as well as other users on your website. This includes email notifications such as forgot password emails, website error and recovery emails, new user registration, and more. As WordPress usages "WordPress’ as the sender’s name and a non-existent email address (wordpress@yourdomain.com) as the sender email. Many spam filters block your WordPress emails believing them to be spam. Sometimes it does not even make it to the spam folder.
     19
     20The outgoing email notifications are important, and you should use your own brand name and email address. This can increase the authenticity of your brand. And here has the Actignite: Change Sender Name and Email Address in Outgoing WordPress Email, has the role to play.
    1121
    1222==Plugin Features==
    1323* Change WordPress Default Mail Sender Name.
    1424* Change WordPress Default Mail Sender Email Address.
     25
     26
     27## WordPress EMAIL'S DEFAULT NAME AND EMAIL ADDRESS CUSTOMIZER - ACTIGNITE FEATURES IN DETAILS
     28
     29After activating the plugin, you will notice a new menu item labeled CB Mail Sender in your WordPress admin bar. Clicking on it will take you to the plugin’s Settings page. You will need to enter the name and email address you want to be used for outgoing WordPress emails. Now click on the save changes button to store your settings.
     30
     31That’s all, by doing these your WordPress notification emails will now show the name and email address you entered in plugin settings.
    1532
    1633== Frequently Asked Questions ==
     
    2340Once installed and activated you’ll find a new “Actignite” item in your admin menu.
    2441
    25 ==What are the requirements to use Actignite?==
    26 You only need to have at least 3.6 or higher version of WordPress on your website.
    2742
    2843== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.