From owner-freebsd-isp@FreeBSD.ORG Sun Jan 22 17:10:54 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 5B4F616A41F for ; Sun, 22 Jan 2006 17:10:54 +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 E26CB43D45 for ; Sun, 22 Jan 2006 17:10:53 +0000 (GMT) (envelope-from freebsd-isp@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1F0ijl-0002t3-RK for freebsd-isp@freebsd.org; Sun, 22 Jan 2006 18:10:45 +0100 Received: from 84.77.39.235 ([84.77.39.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Jan 2006 18:10:45 +0100 Received: from matiassurdi by 84.77.39.235 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Jan 2006 18:10:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-isp@freebsd.org From: Matias Surdi Date: Sun, 22 Jan 2006 18:03:29 +0100 Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 84.77.39.235 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051219) X-Accept-Language: es-es, es Sender: news Subject: 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: Sun, 22 Jan 2006 17:10:54 -0000 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.