$
smtp
->recipient
(
addr
[,
addr
[, ...]])
Tells the server to send the current message to all specified recipients. As defined in the RFC, each address is sent as a separate command to the server. If the sending of any address fails, the process aborts and returns false; you can then call
reset
to reset the server.