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

Reply via email to