X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: "D. Boland" 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 DOT 65788 DOT YahooMailNeo AT web172501 DOT mail DOT ir2 DOT yahoo DOT 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