summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0468
blob: c30503c1b3543eadf3ddb2c817dc2b4a854ee2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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
****