=== Freshjet === Contributors: contactjavas, freshforcesbd Tags: mailjet, freshjet, wp_mail smtp, smtp email, transactional email Donate link: https://www.paypal.com/paypalme/bagusjavas Requires at least: 5.2 Tested up to: 5.8 Requires PHP: 7.2 Stable tag: trunk License: GPL-3.0 License License URI: https://oss.ninja/gpl-3.0?organization=Fresh-Forces&project=Freshjet Send email through wp_mail() but super-powered by Mailjet transactional email. This plugin is probably the most convenient way to use Mailjet transactional email in WordPress. == Description == People use SMTP or transactional email to prevent their email sent by `wp_mail()` fall into spam folder. And if you are using [Mailjet](https://www.mailjet.com/) as your [transactional email](https://www.mailjet.com/transactional-email/), this plugin is probably the most convenient way to use Mailjet transactional email in WordPress. Freshjet provide default `wp_mail()` functionality but super-power it with Mailjet. It's a drop-in replacement for `wp_mail()`. If you just send email without extra customization, likely you don't need to change your existing code. And.. Freshjet supports [Mailjet Passport Template](https://app.mailjet.com/templates/transactional). For documentation, visit [Freshjet GitHub repository](https://github.com/freshforces-borndigital/freshjet/) == Installation == = Through the WordPress administrative area: = - From WordPress administrative area, go to _Plugins_ -> _Add New_ - Search for _Freshjet_ - Install and then activate it - [Visit this page](https://app.mailjet.com/transactional) to see your Mailjet Keys. - Insert your _API Public Key (SMTP username)_ and _API Secret Key (SMTP password)_ in _yoursite/wp-admin/admin.php?page=freshjet_ = Download manually: = - Download the plugin from [WordPress plugins page](https://wordpress.org/plugins/freshjet/) - Upload to your _wp-content_ directory - Activate it from _Plugins_ menu in admin area - [Visit this page](https://app.mailjet.com/transactional) to see your Mailjet Keys. - Insert your _API Public Key (SMTP username)_ and _API Secret Key (SMTP password)_ in _yoursite/wp-admin/admin.php?page=freshjet_ == Frequently Asked Questions == = What part of Mailjet\'s feature does this plugin support? = - We support the transactional part. Mostly, for the `wp_mail ()` drop-in replacement. - We also support the Passport Transactional Template. = Does this plugin has GitHub repository? Yes, it's [here] (https://github.com/freshforces-borndigital/freshjet/) == Screenshots == 1. Admin Screenshot == Changelog == = 0.6.6 = - Tweak: `bulk_mail()` now support Mailjet's Transactional Template - Tweak: Handler for string header = 0.6.5 = - Bugfix: correcting typo in class-email.php from $opts to $this->options. Thanks [Bastien Martinent](https://wordpress.org/support/users/bmartinent/) for [letting us know here](https://wordpress.org/support/topic/the-individual-transactional-template-functionality-is-not-working/) = 0.6.4 = - Settings: add blank option to template selection - Bugfix: wp_error on wp_remote_get response was not handled - Bugfix: headers support = 0.5.4 = - Distinguish the master key and sub-account key = 0.5.3 = - `wp_mail()` drop-in replacement - Provide support for Mailjet's Transactional Passport Template == Upgrade Notice == Just update the plugin