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

Perl in a Nutshell

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

mail

$

smtp


->mail
(

address

[, 

options

])
$

smtp


->send
(

address

)

send_or_mail
(

address

)

send_and_mail
(

address

)

Takes the sender's address and sends the appropriate command (MAIL, SEND, SOML, or SAML) to the server to initiate the message-sending process.

mail can take some ESMTP options, passed as key/value pairs.

See the Net::SMTP documentation for the details.


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

Library Navigation Links

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