start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: quit Chapter 14
Email Connectivity
Next: Reference: reset
 

recipient

 $

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.


Previous: Reference: quit Perl in a Nutshell Next: Reference: reset
Reference: quit Book Index Reference: reset

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.