You've already forked docker-mailserver
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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user