Beschrijving
People use SMTP or transactional email to prevent their email sent by wp_mail()
fall into spam folder. And if you are using Mailjet as your 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. For documentation, visit Freshjet GitHub repository
Schermafdrukken
Installatie
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 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
- Upload to your wp-content directory
- Activate it from Plugins menu in admin area
- Visit this page 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
FAQ
-
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.
- We support the transactional part. Mostly, for the
-
Does this plugin has GitHub repository?
-
Yes, it’s [here] (https://github.com/freshforces-borndigital/freshjet/)
Beoordelingen
Bijdragers & ontwikkelaars
“Freshjet” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Freshjet” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
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 for letting us know here
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