info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SMTP send problem from at home


From: Torben Knudsen
Subject: SMTP send problem from at home
Date: 25 Jan 2007 10:51:52 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Below you see my .gnus which works for email and news at work
(university).  However at home I get an error:
Sending...
Sending via mail...
Loading smtpmail...done
Loading mailalias...done
smtpmail-send-it: Sending failed; SMTP protocol error   <----------

I think our smtp server needs user and password.
Can anyone help?

; Use smtpmail not sendmail for mail sending
; (require 'smtpmail) ; Not necessary 
(setq send-mail-with-sendmail nil)
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "smtp.control.aau.dk")
;; If your SMTP server requires a username/password to authenticate, as
;; many do nowadays, set them like this:
(setq smtpmail-auth-credentials  ; or use ~/.authinfo
        '(("smtp.control.aau.dk" 587 "" "")))
;       '(("smtp.control.aau.dk" 587 "*******" "*******")))
;       '(("smtp.control.aau.dk" 25 "" "")))
; Perhaps the following can be of use
; smtpmail-auth-credentials '(("smtp.googlemail.com" 465 "*******" "*******"))
; smtpmail-starttls-credentials '(("smtp.googlemail.com" 465 nil nil))

-- 
Associate Prof. Ph.D Torben Knudsen     Phone   : (+45) 9635 8670
Section of Automation and Control,      Email   : tk@es.aau.dk
Department of Electronic Systems,
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]