WP Manifestindependent plugin directory
manifest / email / mu-mailpoet-smtp

MU MailPoet SMTP

Set the SMTP transport for MailPoet

by Per Soderlind · github.com/soderlind/mu-mailpoet-smtp · 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/soderlind/mu-mailpoet-smtp/archive/refs/heads/main.zip

Declares an update source (https://github.com/soderlind/mu-mailpoet-smtp), so updates arrive through the plugin's own updater.

From the readme

Depcrecation notice, please see: https://github.com/soderlind/mu-mailpoet-smtp/issues/1 I'll will fix this as soon as the new filter is available. MU MailPoet SMTP Set the SMTP transport for MailPoet Installation and use 1. Download and save the plugin in wp-content/mu-plugins 1. Edit and Change the constants, or use the filters to Change the SMTP values. 1. Select SMTP as transport in MailPoet and leave the rest of the SMTP config empty. If you know how I can set MailPoet transport method to SMTP, using code, please tell me. MailPoet SMTP Filters You can override the values in the plugin using the following filters: - mumailpoetsmtphost- Change the SMTP host. - mumailpoetsmtpport - Change the SMTP port number. - mumailpoetsmtpencryption - Change the encryption type. - mumailpoetsmtpusername- Change the SMTP username. - mumailpoetsmtppassword - Change the SMTP password. Copyright and License MU MailPoet SMTP is copyright 2021 Per Soderlind MU MailPoet SMTP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option

Read the full README on GitHub →