Skip to content

Setup ⚙️

Souptik Datta edited this page Oct 11, 2024 · 1 revision

For Developers -

  • To give a simple easy to use function to send Email, SMS or Push Notifications through the selected adapter.
  • Don't have your desired adapter? No need to wait for me! Go ahead and add the adapter yourself, by just a simple boilerplate code! See how easy it is to add your own adapter!

For users -

  • WordPress' default wp_mail doesn't deliver your mail reliably? Select any of the available adapters to override wp_mail to deliver mails reliably.
  • Already using some email marketing plugin? But not finding your desired provider? And tired of requesting the author to introduce the provider? 😣 - No worries! 🎉 - Have some developer friend, or some coding knowledge? Learn how easy it is to add your own provider with a simple boilerplate code!
    • TLDR; Keep using your favorite email marketing plugin, while routing the emails through WP Messaging plugin! 🚀

Settings page ⚙️

WP-Messaging provides different settings page for each service, under the "tools" menu -

settings-location

And each settings just contains list of adapters, with their required settings and a radio button to make it the default one -

settings-sms

The Email settings just have one extra settings, to choose whether to override the wp_mail function or not, using a simple checkbox! -

settings-email

You are now all set to start using WP Messaging! 🎉