Is there any simple way to run Wordpress using the docker with the environment to test mailing?
I have a container with WordPress and MariaDB running and I am trying to connect it to MailDev or similar environment for the mailing test.
I have installed sendmail in the WordPress container
apt-get install -y sendmail sendmail-bin mailutils
I'm using the plugin WP Mail SMTP in which I set the "other SMTP" option. The plugin informs you that the mail has been sent, but nothing appears in MailDev.
Is there any solution to test e-mails locally?