• 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 in wp-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', '') );

    • This topic was modified 1 year, 10 months ago by tony.h.
    • This topic was modified 1 year, 10 months ago by tony.h.
    • This topic was modified 1 year, 10 months ago by tony.h.
  • The topic ‘Fantastic!’ is closed to new replies.