Plugin Directory

Changeset 2732458


Ignore:
Timestamp:
05/27/2022 09:20:07 AM (4 years ago)
Author:
mailazy
Message:

update WP compatibility

Location:
mailazy
Files:
19 added
5 edited

Legend:

Unmodified
Added
Removed
  • mailazy/trunk/mailazy.php

    r2721141 r2732458  
    55 * Plugin URI: https://mailazy.com/
    66 * Description: Mailazy provides a secure and delightful experience to your customer with Email API.
    7  * Version: 2.0
     7 * Version: 2.1
    88 * Author: Mailazy Team
    99 * Author URI: https://mailazy.com
     
    1616define('MAILAZY_ROOT_DIR', plugin_dir_path(__FILE__));
    1717define('MAILAZY_ROOT_URL', plugin_dir_url(__FILE__));
    18 define('MAILAZY_PLUGIN_VERSION', '2.0');
     18define('MAILAZY_PLUGIN_VERSION', '2.1');
    1919define('MAILAZY_ROOT_SETTING_LINK', plugin_basename(__FILE__));
    2020
  • mailazy/trunk/readme.txt

    r2721141 r2732458  
    44Tags: Email API, SMTP, Send Mail, Mail, WP_Mail, Woocommerce Mail, wordpress email, email send, WordPress plugin, wordpress email plugin
    55Requires at least: 3.4
    6 Tested up to: 5.9
    7 Stable tag: 2.0
     6Tested up to: 6.0
     7Stable tag: 2.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    1414
    1515Have problems with your WordPress site not sending emails? Sending and receiving email is a common issue faced by WordPress users and You’re not alone in having such a challenge. With Mailazy, there is an easy fix to WP email delivery issues and sending emails reliably.
     16
    1617Our goal is to make email deliverability easy and reliable. With Mailazy, We ensure that your emails reach the inbox.
     18
     19[youtube https://www.youtube.com/watch?v=MI7otXoKWQo]
     20
    1721Mailazy fixes your email deliverability by reconfiguring WordPress to use Email API and SMTP when sending emails. Mailazy comes with an easy configuration Setup Wizard and detailed documentation to guide you through the process. Mailazy Email/Email API allows you to connect your WordPress with our low-cost, powerful Mailazy Email API and send emails as you want. Mailazy has trusted thousands of customers and application developers for sending and tracking emails. By taking advantage of Mailazy’s powerful email APIs, developers can spend more time building awesome websites and less time fighting with email servers.
    1822
    1923
    2024### How does the Mailazy WordPress plugin work?
     25
    2126Mailazy plugin easily resolves email delivery problems and WordPress site not sending emails issue by improving and changing your WordPress site email sending capability. Mailazy reconfigures the wp_mail() function to use Email API credentials and SMTP. Mailazy emails are sent using the direct email API. This means even if your web host is blocking SMTP ports or creating issues, your emails are still sent successfully from your WordPress site.
    2227
     
    3439
    3540== Screenshots ==
    36 1. Screenshot1
    37 2. Screenshot2
    38 3. Screenshot3
     411. Screenshot1: Initial Installation
     422. Screenshot2: Config Email service with Email API
     433. Screenshot3: Config Email service with SMTP
     443. Screenshot4: Test Email
    3945
    4046== Support ==
     
    7177
    7278== Changelog ==
     79
     80= 2.1 =
     81* Compatible with WP 6.0
     82
    7383= 2.0 =
    7484* Developed SMTP functionality
     
    94104== Upgrade Notice ==
    95105
     106= 2.1 =
     107* Compatible with WP 6.0
     108
    96109= 2.0 =
    97110* Developed SMTP functionality
Note: See TracChangeset for help on using the changeset viewer.