WP Manifestindependent plugin directory
manifest / email / wp-helo

WP Herd local email

A WordPress plugin for the HELO email debugging and testing app

by Simon Blackbourn · github.com/lumpysimon/wp-helo · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lumpysimon/wp-helo/archive/refs/heads/master.zip

A plugin to configure your WordPress website to automatically send all emails to Laravel Herd or the HELO email debugging and testing app.

No config or options, just install and go 🙂

Changing the mailbox name

The mailbox name is set to the name of your website (it gets this from get_bloginfo( 'name' )). This means if you are running multiple local sites each has its own separate mailbox.

You can override the mailbox name using the wp_helo_mailbox_name filter.