From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Konrad Makowski Newsgroups: gmane.lisp.guile.user Subject: guile - sending emails Date: Mon, 20 Oct 2014 22:17:47 +0200 Message-ID: <54456DEB.2000401@konradmakowski.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1413836304 15189 80.91.229.3 (20 Oct 2014 20:18:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2014 20:18:24 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Oct 20 22:18:17 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XgJPE-0001O6-ST for guile-user@m.gmane.org; Mon, 20 Oct 2014 22:18:17 +0200 Original-Received: from localhost ([::1]:46679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgJPE-0001OD-DQ for guile-user@m.gmane.org; Mon, 20 Oct 2014 16:18:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgJOy-0001NQ-HQ for guile-user@gnu.org; Mon, 20 Oct 2014 16:18:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgJOr-0002o8-3E for guile-user@gnu.org; Mon, 20 Oct 2014 16:18:00 -0400 Original-Received: from mail.mydevil.net ([212.91.26.138]:56074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgJOq-0002nr-SF for guile-user@gnu.org; Mon, 20 Oct 2014 16:17:53 -0400 Original-Received: from aflh18.neoplus.adsl.tpnet.pl ([178.42.33.18] helo=[192.168.1.22]) by mail.mydevil.net with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.80.1) (envelope-from ) id 1XgJLZ-000D5e-Pc for guile-user@gnu.org; Mon, 20 Oct 2014 22:14:29 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 X-AV-Check: Passed X-System-Sender: poczta@konradmakowski.pl X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 212.91.26.138 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11585 Archived-At: How can i send emails from guile script? Is there any module for that purpose? I know that there is mailutils but can't figure out how to do that with it. Please, show me some examples. -- Konrad