Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <3E71D81E.7000109@isg.de> Date: Fri, 14 Mar 2003 14:24:46 +0100 From: Tino Lange Organization: IS Innovative Software AG User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: de, en-us, en, fr MIME-Version: 1.0 To: Jason Tishler Cc: cygwin AT cygwin DOT com Subject: Re: How to use ssmtp ? References: <3E709153 DOT ADF922AB AT swipnet DOT se> <20030313143354 DOT GC15611 AT pentek DOT com> <20030313144102 DOT GK27047 AT cygbert DOT vinschen DOT de> <3E719C4E DOT 17017359 AT swipnet DOT se> <20030314091435 DOT GG2032 AT nbof> <3E71AA90 DOT BFE9BAAC AT swipnet DOT se> <3E71C604 DOT 5020407 AT isg DOT de> <20030314131050 DOT GA1692 AT tishler DOT net> In-Reply-To: <20030314131050.GA1692@tishler.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jason Tishler wrote: >>Forget about ssmtp! Really. >>As you just realize it's not easy to use and if you want to send files >>it's not useable at all, since it has a limit of mails <= 4k size. > The above size limit is not quite true. From the ssmtp man page, we > have the following: > > Header size is limited to 4K and a max of 100 addresses. > > Note that I have used ssmtp for years, sent thousands of messages > through it, and *never* bumped up against the above limitations. Jason, Hmmm, yes, your right. But it's not possible to send mails like this: > $ mailfile -adr tino DOT lange AT isg DOT de curl-7.9.8.tar.gz > sendmail: Header too large Max is 4000 characters The program 'mailfile' wraps up the mail including attachment and calls ssmtp via ssmtp.exe -i tino DOT lange AT isg DOT de < MAILTEXT That's why it's quite unusable for that kind of sending mails. sendmail or even a small python script using smtplib has no problem sending such mails. Cheers, Tino -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/