Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: headChapter 14
Email Connectivity
Next: Reference: print_header
 

nntppost

 $mail->nntppost([options])

Posts an article via NNTP; requires Net::NNTP. Options are passed as key/value pairs. Available options are:

Debug

Debug value to pass to Net::NNTP.

Host

Name of NNTP server to connect to.

Port

Port number to connect to on remote host.


Previous: Reference: headPerl in a NutshellNext: Reference: print_header
Reference: headBook IndexReference: print_header