Plugin Directory

Changeset 2298951

Timestamp:
05/06/2020 01:50:05 AM (4 years ago)
Author:
contact-banker
Message:

Changes to readme.txt and Minor Bug Fixed.

Location:
wp-mail-bank/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-mail-bank/trunk/readme.txt

    r2195453 r2298951  
    1 === WP Mail SMTP Plugin - Mail Bank ===
     1=== WP Mail SMTP Mail Bank ===
    22Contributors: contact-banker, Gallery-Bank, wordpress-empire
    33Donate link: https://tech-banker.com/wp-mail-bank/
    44Tags: smtp, mail, gmail smtp, wp mail, wordpress smtp plugin
    55Requires at least: 3.8
    6 Tested up to: 5.3
     6Tested up to: 5.
    77Stable Tag: trunk
    88Requires PHP: 5.4
     
    2828Mail Bank is a **FREE** SMTP plugin that gives you every feature needed to **guarantee fast and 100% confident email deliverability**. This includes a list of features designed to test, log, and control your email deliverability, even over multiple WordPress installations and networks.
    2929
    30 This plugin is developed by the in-house team of expert coders at [Tech Banker](https://tech-banker.com). These are the people that will keep bringing you new and improved versions of Mail Bank every day of the week. The plugin updates automatically by default. The professionals behind Mail Bank make sure to support earlier versions of WordPress in every update.
    31 
    32 WP Mail Bank is the Best SMTP plugin for wordpress.
    33 
    34 Our customer support team is in direct ties with our coding team. All of your problems, suggestions, and feedback will be seen by our coding team, and they will take action on them. We listen to and care deeply about our customers.
    35 
    36 You can read all about the full features of Mail Bank down below. Also **try the plugin yourself by activating it right now, for FREE.**
     30This plugin is developed by the in-house team of expert coders at [Tech Banker](https://tech-banker.com). These are the people that will keep bringing you new and improved versions of Mail Bank every day of the week. The plugin updates automatically by default.
    3731
    3832Mail Bank is not another copy of WP Mail SMTP like Post SMTP or Easy SMTP Mailer. It provides unique functionality by sending emails with customized Zend Framework.
     
    5246### Where does WP Mail Bank come into this?
    5347
    54 Mail Bank is an SMTP plugin that reconfigures the wp_mail() function so you can set up your own outgoing email settings. You can use almost any SMTP service provider with our plugin.
     48t reconfigures the wp_mail() function so you can set up your own outgoing email settings. You can use almost any SMTP service provider with our plugin.
    5549
    5650This prevents the core issues with **Sender Domain Policy** and **Spoofing**, which are the primary causes of undelivered mail.
     
    6054Over 50,000+ website owners have chosen [**Mail Bank**](https://tech-banker.com/wp-mail-bank/) as their email deliverability solution. Mail Bank fixes email deliverability issues quickly and painlessly.
    6155
    62 ### Benefits of Using WP Mail Bank
     56### Benefits
    6357
    6458#### Confident SMTP Email Deliverability
    6559
    66 * Mail Bank gives you a large list of free email service providers to choose from. The most prominent and important being Gmail, Outlook, and Yahoo, which all support oAuth 2.0. But we know larger email senders require more serious solutions. So we've added support for the freemium **Mailgun** with 10,000 free emails per month and **SendGrid** APIs. Both of these APIs will drastically increase WP email deliverability.
     60* gives you a large list of free email service providers to choose from. The most prominent and important being Gmail, Outlook, and Yahoo, which all support oAuth 2.0. But we know larger email senders require more serious solutions. So we've added support for the freemium **Mailgun** with 10,000 free emails per month and **SendGrid** APIs. Both of these APIs will drastically increase WP email deliverability.
    6761
    6862* Our **email logger** will give you information on all of your emails. This includes undelivered mail and the information required to debug undelivered mail. You'll also be able to take action on each of the emails or use **bulk actions to delete or resend** them. You'll never have to leave a portion of your users in the dark again with this feature.
     
    120114* Your Postman settings will be automatically imported to Mail Bank once you migrate.
    121115
    122 ### Full List of WP Mail Bank Features
    123 
    124 * **Support & Updates for up to 5 Installations:** You'll be able to install Mail Bank on up to 5 seperate WordPress sites. Free users can install Mail Bank only to 1 site.
     116### Full List of Features
     117
     118* **Support & Updates for up to 5 Installations:** You'll be able to install only to 1 site.
    125119* **Support for WordPress Multisite:** Premium users will be able to enjoy WordPress multisite network support. Install Mail Bank on your main site, and you'll be able to manage all of your networked sites from a single installation.
    126120* **Technical Support:** Free users will get support on WordPress.org. Premium users will have a seperate, priority support package available off-site.
    127121* **Free & Automatic Updates:** You'll be able to choose whether your plugin is updated automatically or not. All updates come for free.
    128 * **Compatibility With All Major Plugins**: Mail Bank is compatible with almost all of the WordPress plugins available. We're constantly bringing out compatibility updates.
     122* **Compatibility With All Major Plugins**: is compatible with almost all of the WordPress plugins available. We're constantly bringing out compatibility updates.
    129123* **Email Setup Wizard:** The Email Setup tab is a quick and painless way to get you going in seconds. It includes fields such as: "From Name", "From Email", "Reply To", "CC", "BCC", and "Additional Headers".
    130124* **SMTP Support:** You'll have support for almost every FREE SMTP provider, and that includes the Mailgun and SendGrid APIs.
     
    259253== Changelog ==
    260254
     255
     256
     257
     258
    261259= 4.0.10 =
    262260
  • wp-mail-bank/trunk/wp-mail-bank.php

    r2195453 r2298951  
    949949                array(
    950950                    'mb_admin_notice_temp_ignore' => 'two_week_review',
    951                     'int'                         => 7,
     951                    'int'                         => ,
    952952                )
    953953            );
     
    965965                                                <span class="dashicons dashicons-calendar-alt tech-banker-admin-notice"></span><span class="tech-banker-admin-notice"><a href="' . $two_week_review_temp . '" class="tech-banker-admin-notice-link"> ' . $mb_may_be_later . ' </a></span>',
    966966                'later_link' => $two_week_review_temp,
    967                 'int'        => 7,
     967                'int'        => ,
    968968            );
    969969
Note: See TracChangeset for help on using the changeset viewer.