mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
tests: improve _send_email
(#3105)
This commit is contained in:
parent
199e3c7721
commit
ae05e6a7c3
19 changed files with 88 additions and 93 deletions
|
@ -26,9 +26,9 @@ function setup_file() {
|
|||
_wait_for_smtp_port_in_container
|
||||
|
||||
# Single mail sent from 'spam@spam.com' that is handled by User (relocate) and Global (copy) sieves for user1:
|
||||
_send_email 'sieve-spam-folder'
|
||||
_send_email 'email-templates/sieve-spam-folder'
|
||||
# Mail for user2 triggers the sieve-pipe:
|
||||
_send_email 'sieve-pipe'
|
||||
_send_email 'email-templates/sieve-pipe'
|
||||
|
||||
_wait_for_empty_mail_queue_in_container
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue