Date: Wed, 19 Dec 2001 10:12:16 -0800 (PST) From: Ken Bolingbroke <hacker@bolingbroke.com> To: Andre` Niel Cameron <AndreC@Axxs.net> Cc: free bsd <freebsd-questions@FreeBSD.ORG> Subject: Re: sendmail Perl module question. Message-ID: <20011219100951.A35691-100000@fremont.bolingbroke.com> In-Reply-To: <016201c188b7$a7b73900$a50410ac@olmct.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011219100951.A35691-100000>