Re: 'smtp-server' not defined

2013-10-03 Thread Leandro Noferini
Gijs Hillenius g...@hillenius.net writes:


[...]

 I use the debian-snapshot version of emacs

 GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, GTK+ Version 3.8.4)
 of 2013-09-29 on prometheus, modified by Debian

 and from some days using the gnus inside (Gnus v5.13) trying to send
 a message I get an error message like the subject

 'smtp-server' not defined

 What's changed? What I need to do?

 apt-get remove flim 

 (or maybe apt-get remove apel)

 see here
 http://lists.gnu.org/archive/html/info-gnus-english/2010-02/msg00077.html

As you can see removing flim was the solution.

Thanks a lot for all responses!

[...]

-- 
leandro
Paul Simonon chiese a Mick Jones perché non avesse partecipato ad una
rissa durante un concerto. Qualcuno doveva rimanere intonato fu la
risposta.
http://6xukrlqedfabdjrb.onion


signature.asc
Description: PGP signature
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: 'smtp-server' not defined

2013-10-02 Thread Dmitrii Kashin
Leandro Noferini lnofe...@cybervalley.org writes:

 and from some days using the gnus inside (Gnus v5.13) trying to send
 a message I get an error message like the subject

 'smtp-server' not defined

 What's changed? What I need to do?

Dunno, and I have not a clue about what's wrong with your config file,
but in order to fix it, tell me if your .gnus file contains a string
liky this:

(setq smtpmail-default-smtp-server sr01.freehck.ru)



pgpRW7EaPXFkt.pgp
Description: PGP signature
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: 'smtp-server' not defined

2013-10-02 Thread Gijs Hillenius
On  2 Oct 2013, Leandro Noferini wrote:

 Ciao a tutti,

 I use the debian-snapshot version of emacs

 GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, GTK+ Version 3.8.4)
 of 2013-09-29 on prometheus, modified by Debian

 and from some days using the gnus inside (Gnus v5.13) trying to send
 a message I get an error message like the subject

 'smtp-server' not defined

 What's changed? What I need to do?

apt-get remove flim 

(or maybe apt-get remove apel)

see here
http://lists.gnu.org/archive/html/info-gnus-english/2010-02/msg00077.html



signature.asc
Description: PGP signature
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: 'smtp-server' not defined

2013-10-02 Thread Emanuel Berg
Leandro Noferini lnofe...@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
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: `smtp-server' not defined

2010-02-18 Thread Katsumi Yamaoka
 evan wrote:
 Any idea why I get the message `smtp-server' not defined when I try
 to send mail via gnus? I have tried to see what is wrong but I cannot
 find anything.

Remove smtpmail.el(c) that comes from the FLIM package (not the
one of Emacs).  You can find it by performing:

M-x locate-library RET smtpmail RET

The FLIM package contains the different version of smtpmail.el,
that issues the error message in question, though it will not be
installed normally.
___
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english