1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +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

@@ -72,7 +72,7 @@ function teardown() { _default_teardown ; }
function _should_send_spam_message() {
_wait_for_smtp_port_in_container
_wait_for_tcp_port_in_container 10024 # port 10024 is for Amavis
_send_email 'amavis-spam'
_send_email 'email-templates/amavis-spam'
}
function _should_be_received_by_amavis() {