Path: usenet.cis.ufl.edu!usenet.eel.ufl.edu!gatech!news.jsums.edu!news2.cais.net!news.cais.net!chi-news.cic.net!ddsw1!news.mcs.net!news.structured.net!nntp.teleport.com!usenet From: Graham Barr Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc Subject: Release of Net::SMTP v1.07 Followup-To: comp.lang.perl.misc Date: 9 Mar 1996 17:15:16 GMT Organization: Texas Instruments Ltd. Lines: 45 Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <4hseb4$3b8@nadine.teleport.com> Reply-To: NNTP-Posting-Host: linda.teleport.com Keywords: SMTP Perl X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content. Xref: usenet.cis.ufl.edu comp.lang.perl.announce:286 comp.lang.perl.misc:23265 I have just uploaded to CPAN an new release of Net::SMTP, it should be avaliable on CPAN mirror sites soon This release should fix all bugs that have been recently reported. If it does not fix a bug/problem that you reported I appologise, but please re-submit the bug report Changes in this release are: * Significantely updated the documentation * modified data() and added datasend() and dataend() so that data can be sent piecemeal * modification to hoe expand and verify work, expand now always returns an array and verify only returns true/false * Changes to use Symbol, but still has compatability mode * Changed so that the object is the FileHandle * recipient will now fail when required * added code() method This is the README file for Net::SMTP This module implements a client interface to the SMTP protocol, enabling a perl5 application to talk to SMTP servers. The documentation assumes that you are familiar with the SMTP protocol described in RFC821. You install the library by running these commands: perl Makefile.PL make make test make install Please report any bugs/suggestions to . Copyright (c) 1995 Graham Barr . All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -- Graham Barr Texas Instruments Ltd. .