From owner-freebsd-questions Wed Dec 19 10:12:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fremont.bolingbroke.com (adsl-216-102-90-210.dsl.snfc21.pacbell.net [216.102.90.210]) by hub.freebsd.org (Postfix) with ESMTP id 93FD137B405 for ; Wed, 19 Dec 2001 10:12:22 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by fremont.bolingbroke.com (8.12.1/8.12.1) with ESMTP id fBJICGJo035729; Wed, 19 Dec 2001 10:12:16 -0800 (PST) Date: Wed, 19 Dec 2001 10:12:16 -0800 (PST) From: Ken Bolingbroke X-X-Sender: ken@fremont.bolingbroke.com To: Andre` Niel Cameron Cc: free bsd Subject: Re: sendmail Perl module question. In-Reply-To: <016201c188b7$a7b73900$a50410ac@olmct.net> Message-ID: <20011219100951.A35691-100000@fremont.bolingbroke.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mail::Sendmail, found in the Ports collection at: /usr/ports/mail/p5-Mail-Sendmail Of course, you can also call sendmail directly without a module by doing something like: open(PIPE, "|/usr/sbin/sendmail"); print PIPE "Mail from me!\n"; close(PIPE); Ken On Wed, 19 Dec 2001, Andre` Niel Cameron wrote: > Does any one know which perl module I need to install for perl to be asble > to access sendmail? I checked cpan but I am not sure which one I need to > install. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message