Fantastic!
-
A simple (no thrills) SMTP plugin that works with environmental variables in the
wp-config.php
file.1. Install and activate the plugin
2. Define the values inwp-config.php
docker-compose users: Define the values in the
docker-compose.yml
file and then add the variable to the wp-config. For example:define( 'SMTP_PASS ', getenv_docker('SMTP_PASS', '') );
- The topic ‘Fantastic!’ is closed to new replies.