comp.lang.ada
 help / color / mirror / Atom feed
From: Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject: Re: Trying to send e-mail
Date: Sun, 13 Nov 2016 19:04:02 -0500
Date: 2016-11-13T19:04:02-05:00	[thread overview]
Message-ID: <rgvh2c9e6j9gqfhm02p4p4re459qvdiudj@4ax.com> (raw)
In-Reply-To: 75f1e6cd-12fa-413b-ae9e-e72b48292e80@googlegroups.com

On Sun, 13 Nov 2016 14:40:55 -0800 (PST), John Smith
<yoursurrogategod@gmail.com> declaimed the following:

>Hello,
>
>This is the app that I'm developing (well, a part of it.)
>https://gist.github.com/anonymous/a90387507842aded420402d4fce33076
>
>After I compile it and then run it, this is the exception that I see:
>raised AWS.SMTP.SERVER_ERROR : raised AWS.NET.SOCKET_ERROR : [111] Connection refused to localhost 127.0.0.1:25
>
>What does AWS need in order to send out an e-mail?  I'm on a Manjaro Linux machine.
>

	I've not studied AWS so may be all wet here...

	Are you /running/ as the SMTP server? That, as mentioned elsewhere, may
need root level privileges to create a listener on port 25. 

	But the other half of your question speaks of /sending/ an email...
That should, to my mind, only require /an/ SMTP server to be running on the
machine, which you, as a client, connect and transfer the email. The server
then handles delivery of the message.

	If you already have an SMTP server running, even root shouldn't let you
create a new server on the port.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/


  parent reply	other threads:[~2016-11-14  0:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-13 22:40 Trying to send e-mail John Smith
2016-11-13 22:52 ` Chris Moore
2016-11-14  0:04 ` Dennis Lee Bieber [this message]
2016-11-14  8:25 ` Paul Rubin
2016-11-14  8:51 ` Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox