Send test email on passbolt

There are 2 ways to send a test email

  1. Exec from your computer
  2. Shell in the container

The preferred way is to: exec from your computer

If you're running passbolt not in a container, you can just use the send the test email command from the passbolt directory

Get the container name

docker ps

Send the test email

docker exec -it <container> bin/cake passbolt send_test_email -r test@breadnet.co.uk

Get the container name

podman ps

Send the test email

podman exec -it <container> bin/cake passbolt send_test_email -r test@breadnet.co.uk

Also, you're cool for using podman

Get the container name

docker ps

Exec in to the container

docker exec -it <conteiner> /bin/sh

Send test email

bin/cake passbolt send_test_emai -r test@breadnet.co.uk

Get the container name

podman ps

Exec in to the container

podman exec -it <conteiner> /bin/sh

Send test email

bin/cake passbolt send_test_emai -r test@breadnet.co.uk

Also, you're cool for using podman

The old way

Passbolt have changed how you send emails.

You used to do

./cake passbolt send_test_email test@breadnet.co.uk

Want to make this site better? Open a PR or help fund hosting costs