1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

tests: improve _send_email (#3105)

This commit is contained in:
Georg Lauterbach
2023-02-24 10:44:18 +01:00
committed by GitHub
parent 199e3c7721
commit ae05e6a7c3
19 changed files with 88 additions and 93 deletions

View File

@ -17,7 +17,7 @@ function setup_file() {
_common_container_setup 'CUSTOM_SETUP_ARGUMENTS'
_wait_for_smtp_port_in_container
_send_email 'existing-user1'
_send_email 'email-templates/existing-user1'
_wait_for_empty_mail_queue_in_container
}