From owner-freebsd-isp@FreeBSD.ORG Tue Jan 24 22:07:01 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 440C816A41F for ; Tue, 24 Jan 2006 22:07:01 +0000 (GMT) (envelope-from freebsd-isp@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7672943D49 for ; Tue, 24 Jan 2006 22:06:45 +0000 (GMT) (envelope-from freebsd-isp@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F1WIu-0006nK-Rm for freebsd-isp@freebsd.org; Tue, 24 Jan 2006 23:06:21 +0100 Received: from 84.77.34.65 ([84.77.34.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jan 2006 23:06:20 +0100 Received: from matiassurdi by 84.77.34.65 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jan 2006 23:06:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-isp@freebsd.org From: Matias Surdi Date: Tue, 24 Jan 2006 23:05:15 +0100 Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 84.77.34.65 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051219) X-Accept-Language: es-es, es In-Reply-To: Sender: news Subject: Re: Sending mail to SMTP from command line X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 22:07:01 -0000 Matias Surdi escribió: > Hi!. > > Can some body tell me how can I send a mail from the command line (or a > bash script) to a remote (ISP) SMTP server??? > > I don't want to have my own mta enabled on my host, just send a mail as > I would do from mozilla thunderbird, but from the command line. > > > Thanks. > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" > Thanks everybody... I've found just what I was looking for: nail http://nail.sourceforge.net/ Bye