Changeset 2732458
- Timestamp:
- 05/27/2022 09:20:07 AM (4 years ago)
- Location:
- mailazy
- Files:
-
- 19 added
- 5 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (added)
-
tags/2.1 (added)
-
tags/2.1/admin (added)
-
tags/2.1/admin/assets (added)
-
tags/2.1/admin/assets/css (added)
-
tags/2.1/admin/assets/css/style.css (added)
-
tags/2.1/admin/assets/images (added)
-
tags/2.1/admin/assets/images/favicon.ico (added)
-
tags/2.1/admin/assets/images/favicon.png (added)
-
tags/2.1/admin/assets/images/logo.svg (added)
-
tags/2.1/admin/index.php (added)
-
tags/2.1/admin/views (added)
-
tags/2.1/admin/views/settings.php (added)
-
tags/2.1/admin/views/test_mail.php (added)
-
tags/2.1/mailazy.php (added)
-
tags/2.1/mailazyWPClient.php (added)
-
tags/2.1/readme.txt (added)
-
tags/2.1/sdk (added)
-
tags/2.1/sdk/mailazyAPI.php (added)
-
trunk/mailazy.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailazy/trunk/mailazy.php
r2721141 r2732458 5 5 * Plugin URI: https://mailazy.com/ 6 6 * Description: Mailazy provides a secure and delightful experience to your customer with Email API. 7 * Version: 2. 07 * Version: 2.1 8 8 * Author: Mailazy Team 9 9 * Author URI: https://mailazy.com … … 16 16 define('MAILAZY_ROOT_DIR', plugin_dir_path(__FILE__)); 17 17 define('MAILAZY_ROOT_URL', plugin_dir_url(__FILE__)); 18 define('MAILAZY_PLUGIN_VERSION', '2. 0');18 define('MAILAZY_PLUGIN_VERSION', '2.1'); 19 19 define('MAILAZY_ROOT_SETTING_LINK', plugin_basename(__FILE__)); 20 20 -
mailazy/trunk/readme.txt
r2721141 r2732458 4 4 Tags: Email API, SMTP, Send Mail, Mail, WP_Mail, Woocommerce Mail, wordpress email, email send, WordPress plugin, wordpress email plugin 5 5 Requires at least: 3.4 6 Tested up to: 5.97 Stable tag: 2. 06 Tested up to: 6.0 7 Stable tag: 2.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 14 14 15 15 Have 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 16 17 Our 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 17 21 Mailazy 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. 18 22 19 23 20 24 ### How does the Mailazy WordPress plugin work? 25 21 26 Mailazy 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. 22 27 … … 34 39 35 40 == Screenshots == 36 1. Screenshot1 37 2. Screenshot2 38 3. Screenshot3 41 1. Screenshot1: Initial Installation 42 2. Screenshot2: Config Email service with Email API 43 3. Screenshot3: Config Email service with SMTP 44 3. Screenshot4: Test Email 39 45 40 46 == Support == … … 71 77 72 78 == Changelog == 79 80 = 2.1 = 81 * Compatible with WP 6.0 82 73 83 = 2.0 = 74 84 * Developed SMTP functionality … … 94 104 == Upgrade Notice == 95 105 106 = 2.1 = 107 * Compatible with WP 6.0 108 96 109 = 2.0 = 97 110 * Developed SMTP functionality
Note: See TracChangeset
for help on using the changeset viewer.