At 22.40 -0500 1998.06.03, Kiera Beth wrote: >I have InternetConfig on my computer and it should be set up correctly. It probably is not, or your SMTP server is down. Try changing your "$smtp = ..." line to this: $smtp = Net::SMTP->new() or die $@; Also, double-check your SMTP host setup in Internet Config. You can also try putting the hostname right in there: $smtp = Net::SMTP->new('smtp.myhost.com') or die $@; -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch