Changeset 2713212
- Timestamp:
- 04/22/2022 09:19:18 AM (4 years ago)
- Location:
- mailazy
- Files:
-
- 18 added
- 2 edited
-
tags/1.6 (added)
-
tags/1.6/admin (added)
-
tags/1.6/admin/assets (added)
-
tags/1.6/admin/assets/css (added)
-
tags/1.6/admin/assets/css/style.css (added)
-
tags/1.6/admin/assets/images (added)
-
tags/1.6/admin/assets/images/favicon.ico (added)
-
tags/1.6/admin/assets/images/favicon.png (added)
-
tags/1.6/admin/assets/images/logo.svg (added)
-
tags/1.6/admin/index.php (added)
-
tags/1.6/admin/views (added)
-
tags/1.6/admin/views/settings.php (added)
-
tags/1.6/admin/views/test_mail.php (added)
-
tags/1.6/mailazy.php (added)
-
tags/1.6/mailazyWPClient.php (added)
-
tags/1.6/readme.txt (added)
-
tags/1.6/sdk (added)
-
tags/1.6/sdk/mailazyAPI.php (added)
-
trunk/mailazy.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailazy/trunk/mailazy.php
r2706842 r2713212 5 5 * Plugin URI: https://github.com/mailazy/wordpress 6 6 * Description: Mailazy provides a secure and delightful experience to your customer with Email API. 7 * Version: 1. 57 * Version: 1.6 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', '1. 5');18 define('MAILAZY_PLUGIN_VERSION', '1.6'); 19 19 define('MAILAZY_ROOT_SETTING_LINK', plugin_basename(__FILE__)); 20 20 -
mailazy/trunk/readme.txt
r2706842 r2713212 2 2 Contributors: mailazy 3 3 Donate link: https://mailazy.com/ 4 Tags: WordPress plugin, Email API, SMTP, Send Mail, Woocommerce Mail4 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 6 Tested up to: 5.9 7 Stable tag: 1. 57 Stable tag: 1.6 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 13 13 == Description == 14 14 15 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. Mailazy supports all of the most popular languages including PHP, Ruby, Python, C#, and Java. 16 In case of any questions or concerns, feel free to contact us anytime. 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 Our goal is to make email deliverability easy and reliable. With Mailazy, We ensure that your emails reach the inbox. 17 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 19 20 ### How does the Mailazy WordPress plugin work? 21 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 17 23 18 24 ### Contributing … … 28 34 29 35 == Screenshots == 30 1. Scr 131 2. Scr 232 3. Scr 336 1. Screenshot1 37 2. Screenshot2 38 3. Screenshot3 33 39 34 40 == Support == … … 65 71 66 72 == Changelog == 73 = 1.6 = 74 * Bug fix 75 67 76 = 1.5 = 68 77 * Auto fill from email in admin … … 82 91 == Upgrade Notice == 83 92 93 = 1.6 = 94 * Bug fix 95 84 96 = 1.5 = 85 97 * Auto fill from email in admin
Note: See TracChangeset
for help on using the changeset viewer.