From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 575AA138247 for ; Sat, 16 Nov 2013 14:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A76EE0AFC; Sat, 16 Nov 2013 14:59:39 +0000 (UTC) Received: from homiemail-a58.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 7EE7BE09FA for ; Sat, 16 Nov 2013 14:59:38 +0000 (UTC) Received: from homiemail-a58.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a58.g.dreamhost.com (Postfix) with ESMTP id A11027D8060 for ; Sat, 16 Nov 2013 06:59:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=FTXx1xm+tH+TBXv357dG6YTLPx8=; b=v/5iT/QmGLlf kY8t3g4OQM4zFc/FgCV8CMcxAVd+AC2b5xWVDCNrWq0IdY/JEy7OewpaC5ykIixp 4E2cr/7+7cxEtQ25i6z7u5p2dvuEEzlWoNJsqwbQ7lQmu74nhjIL3+0fmI/eUIx+ Fr9ZU5xyiCyTmS74VRF72IRncd0EtLw= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a58.g.dreamhost.com (Postfix) with ESMTPSA id ECE497D8058 for ; Sat, 16 Nov 2013 06:59:56 -0800 (PST) Message-ID: <5287883D.9010905@libertytrek.org> Date: Sat, 16 Nov 2013 09:59:09 -0500 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Tell cron to send email using sender:passwd@host:587 syntax? References: <52877BC0.4030004@libertytrek.org> <20131116145653.32347621@digimed.co.uk> In-Reply-To: <20131116145653.32347621@digimed.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 6060f908-2893-4c18-bc68-ad48c11052c7 X-Archives-Hash: 673c7b2827f77a1ceb46ed546fcc9a32 On 2013-11-16 9:56 AM, Neil Bothwick wrote: > So it uses SMTP by default, Python has standard libraries that make this > simple, and only uses sendmail when you explicitly instruct it to do so. Ok... so... the question remains - can I tell cron to send mail the same way?