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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: new Chapter 14
Email Connectivity
Next: Reference: dataend
 

data

 $

smtp


->data
([

bodydata

])

Starts sending the body of the current message to the server. If specified, bodydata can be a list or a reference to a list; the contents of the list and the termination string .\r\n are sent to the server. Returns true if accepted.

If bodydata is not specified, then a true result means that the server is ready to receive data, which must be sent with the datasend and dataend methods (inherited from Net::Cmd).


Previous: Reference: new Perl in a Nutshell Next: Reference: dataend
Reference: new Book Index Reference: dataend

Library Navigation Links

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