Changeset 2490895
- Timestamp:
- 03/09/2021 05:57:58 PM (5 years ago)
- Location:
- actignite
- Files:
-
- 2 added
- 4 edited
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/icon-128x128.jpg (modified) (previous)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
actignite/trunk/index.php
r2486228 r2490895 3 3 /* 4 4 * Plugin Name: Actignite 5 * Description: WordPress ' Default EmailSender Name And Email Address Customizer5 * Description: WordPress Email's Default Sender Name And Email Address Customizer 6 6 * Version: 0.0.1 7 7 * Author: Actignite … … 27 27 28 28 function 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'); 30 30 31 31 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 === 2 2 Contributors: actignite 3 Tags: mail, sender, name, customizer3 Tags: default name, default email, mail, sender, name, customizer 4 4 Requires at least: 3.6 5 5 Tested up to: 5.6.2 … … 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 WordPress' Default Email Sender Name And Email Address Customizer 10 WordPress Default Email Sender Name And Email Address Customizer 11 12 == Description == 13 14 Actignite 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 16 By 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 18 WordPress 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 20 The 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. 11 21 12 22 ==Plugin Features== 13 23 * Change WordPress Default Mail Sender Name. 14 24 * Change WordPress Default Mail Sender Email Address. 25 26 27 ## WordPress EMAIL'S DEFAULT NAME AND EMAIL ADDRESS CUSTOMIZER - ACTIGNITE FEATURES IN DETAILS 28 29 After 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 31 That’s all, by doing these your WordPress notification emails will now show the name and email address you entered in plugin settings. 15 32 16 33 == Frequently Asked Questions == … … 23 40 Once installed and activated you’ll find a new “Actignite” item in your admin menu. 24 41 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.27 42 28 43 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.