all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Filipp Gunbin <fgunbin@fastmail.fm>
To: help-gnu-emacs@gnu.org
Subject: Re: Problem sending email with gnu emacs v 23
Date: Wed, 11 Jul 2012 10:48:22 +0400	[thread overview]
Message-ID: <7ripduoksp.fsf@ws796-of-spb.ru.yotateam.com> (raw)
In-Reply-To: <uo_Kr.661691$B64.596576@fx26.am4> (message from nvangogh on Tue, 10 Jul 2012 19:21:12 +0100)

nvangogh <nat@invalid.net> writes:

> Hello,
> I have read the relevant sections of the emacs manual hoping to get my 
> emacs program set up to send email - to begin with.
>
> My ISP uses SMTP server on port 465 and I have verified that the server 
> is up and running by a nmap port scan. I have even inserted IP number 
> rather than address.
>
> My machine is running unix.
>
> This is the contents of my .emacs file:
>
> ----------
>
> (setq send-mail-function 'smtpmail-send-it
> smtp-starttls-credentials '(("62.254.26.195" 465 nil nil))
> smtpmail-auth-credentials (expand-file-name "~/.authinfo"))
> (setq smtpmail-smtp-server "62.254.26.195")
> (setq smtpmail-smtp-service 465)
>
> -----------
>
> When i C-C C-C to send the message, I get an error in the mini buffer 
> that says:
>
> "Process SMTP not running"
>
> I have tried to find the answer via google but no clear answer seems to 
> be available. Is anyone able to help with this?

I have the same setup (except server, of course) and it works.

Try sending with debug enabled: (setq smtpmail-debug-info t), probably you'll find
something useful in trace buffers (see that variable's documentation for
more info).

-- 
Filipp Gunbin



  reply	other threads:[~2012-07-11  6:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10 18:21 Problem sending email with gnu emacs v 23 nvangogh
2012-07-11  6:48 ` Filipp Gunbin [this message]
2012-07-11 12:23 ` Jason Rumney
2012-07-16 16:26 ` Alan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7ripduoksp.fsf@ws796-of-spb.ru.yotateam.com \
    --to=fgunbin@fastmail.fm \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.