Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: info-gnus-english@gnu.org
Subject: Re: 'smtp-server' not defined
Date: Wed, 02 Oct 2013 21:10:47 +0200	[thread overview]
Message-ID: <878uybzdwv.fsf@nl106-137-194.student.uu.se> (raw)
In-Reply-To: <mailman.3247.1380695145.10748.info-gnus-english@gnu.org>

Leandro Noferini <lnoferin@cybervalley.org> writes:

> 'smtp-server' not defined
>
> What's changed? What I need to do?

I have no idea of the particulars of your setup, or if
something changed in Debian (I'm on Jessie) or Emacs
(I'm on GNU 23.4.1), however, I use Gnus for mail (as
well as Usenet) and the below setup (in .gnus) has
served me well. Perhaps it could be of use for you.

(load "smtpmail")

(setq smtpmail-smtp-server  "smtp.uu.se")
(setq smtpmail-local-domain "student.uu.se")

(setq send-mail-function         'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)

(setq user-full-name "Emanuel Berg")

(let ((username "embe8573"))
  (setq user-mail-address
        (format "%s@%s" username smtpmail-local-domain) )

--
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573

  parent reply	other threads:[~2013-10-02 19:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3247.1380695145.10748.info-gnus-english@gnu.org>
2013-10-02  7:54 ` Gijs Hillenius
2013-10-03 16:48   ` Leandro Noferini
2013-10-02 19:10 ` Emanuel Berg [this message]
2013-10-02  6:25 Leandro Noferini
2013-10-02  7:45 ` Dmitrii Kashin
  -- strict thread matches above, loose matches on Subject: below --
2010-02-18  9:58 `smtp-server' " evan
2010-02-18 11:11 ` Katsumi Yamaoka
2010-02-18 11:40   ` evan
2010-02-23 19:17   ` Ted Zlatanov

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=878uybzdwv.fsf@nl106-137-194.student.uu.se \
    --to=embe8573@student.uu.se \
    --cc=info-gnus-english@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).