# $message_body in multiple SMTP messages
exim -bs
helo test
mail from:<>
rcpt to:<x@y>
data
This is the FIRST message body.
.
mail from:<>
rcpt to:<x@y>
data
This is the SECOND message body.
.
quit
****
