Hello
We can use telnet to connect smtp server as below:
telnet tcp/ip address of mail host 25
helo
mail from: [email protected]
rcpt to: [email protected]
data
<crlf>
.
<crlf>

My question is can we send mutiple Email at once?
so rcpt to: <muti-Email address>

If yes, then what is correct syntax

Thanks