Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: closeChapter 14
Email Connectivity
Next: 14. Email Connectivity
 

open

 $mailer->open(\%hashref)

Sends message headers to the mail program. The headers are passed via a reference to a hash, where each key is the name of a header and the value is the contents of the header field. The value can be either a scalar or a reference to an array of scalars.


Previous: Reference: closePerl in a NutshellNext: 14. Email Connectivity
Reference: closeBook Index14. Email Connectivity