X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=Q3jMyo0axPjBdzNyZ2FCiEw6KHqzQHUaXZfrnBIeEY3w604V5IVXi
	GR52SXCIMKWvfcm7zC1zyxzAtboFgmihTWSA4rp4T9Cjj/NgZDByAOVRaRNENaJB
	ECvCQDQ0XPlQ/ILO06aAz5a3ORUjVC3qa2SDYCHMYGk96pjmSmi/6Y=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=Kf24DaP++1/UbHEn4TPQs/Q4IU0=; b=c8qCEdeLJqV4oolaTnCLe4UMxiAZ
	axkmTXHGpuePB1i0jlj7kyY07qCef56kTXAqFnFAUHZRlh9c4mksYLTMehGL8zAj
	U4hAq8AiMgVb6LZP/Fc5NL0lBLGAXIxSSNPkj7cQk1RLUXgko49uX5iCvXaWq9ri
	F/Hv2xFhQSRiAH4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: "D. Boland" <daniel@boland.nl>
Subject: Re: command line smtp client / command line email?
Date: Mon, 29 Sep 2014 05:52:33 +0200
Lines: 22
Message-ID: <5428D781.84310021@boland.nl>
References: <1411924846.65788.YahooMailNeo@web172501.mail.ir2.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Hi Marilo,

Marilo wrote:
> 
> what are my options for a command line smtp client in cygwin?
> 
> I'd want to specify smtp server and from address. I'd like TLS/SSL to be supported by the command
> 
> sendmail , doesn't look like it exists on cygwin and I know on *nix it shuts down any postfix server so I guess it mighttry to shut down any smtp server I have running.
> 
> heirloom mailx  looks good, but doesn't exist for cygwin.
> 
> I can't see anything for sending an email from/in cygwin

I almost finished porting Sendmail for Cygwin. It does not shut down Exim or
Postfix, but it needs an open port 25 to the outside. Most ISP's don't allow this.

The 'email' program can be configured to use the SMTPA (AUTH) port 465 of your ISP.
I've been using it for over a year now. No corrupt message body yet.

Cheers,
Daniel


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

