[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[solved] Wrong addressor
On Wed, 2011-04-27 at 20:42 +0200, David Maus wrote:
> You might need to set `wl-from' and `wl-envelope-from':
>
> (setq wl-from "David Maus <dmaus@ictsoc.de>")
> (setq wl-envelope-from "dmaus@ictsoc.de")
>
> `wl-from' is used in the message's From: header field and
> `wl-envelope-from' in the SMTP dialog (that's what the SMTP response
> is referring to).
>
> HTH,
> -- David
Thank you David :)
btw. you've got a cool last name.
Here's the second mail I ever send successfully by Wanderlust.
This are the files I edited, I didn't edit something in the .elmo dir or anything else:
edubuntu@edubuntu:~$ cat .folders
%inbox "Inbox"
+trash "Trash"
+draft "Drafts"
edubuntu@edubuntu:~$ cat .emacs
(autoload 'wl-user-agent-compose "wl-draft" nil t)
(if (boundp 'mail-user-agent)
(setq mail-user-agent 'wl-user-agent))
(if (fboundp 'define-mail-user-agent)
(define-mail-user-agent
'wl-user-agent
'wl-user-agent-compose
'wl-draft-send
'wl-draft-kill
'mail-send-hook))
edubuntu@edubuntu:~$ cat .wl
;; gnutls-cli
(setq starttls-use-gnutls t)
(setq starttls-gnutls-program "gnutls-cli")
(setq starttls-extra-arguments '("--insecure"))
(setq wl-smtp-connection-type 'starttls)
;; SMTP
(setq wl-smtp-posting-port 587)
(setq wl-smtp-authenticate-type "login")
(setq wl-smtp-posting-user "ralf.mardorf@alice-dsl.net")
(setq wl-smtp-posting-server "out.alice-dsl.net")
(setq wl-message-id-domain "alice-dsl.net")
(setq wl-local-domain "alice-dsl.net")
(setq wl-from "Ralf Mardorf <ralf.mardorf@alice-dsl.net>")
(setq wl-envelope-from "ralf.mardorf@alice-dsl.net")
The first mail I send successfully with Wanderlust:
"-------- Forwarded Message --------
From: SpinyMouse <ralf.mardorf@alice-dsl.net>
To: MeMyselfAndI <ralf.mardorf@alice-dsl.net>
Subject: Testing Wanderlust/2.14.0 (Africa)
Date: Wed, 27 Apr 2011 21:28:15 +0200
Half a scorpion and half a mouse.
http://www.google.com/search?hl=en&sugexp=ldymls&xhr=t&q=spiny+mouse&cp=8&bav=on.2,or.r_gc.r_pw.&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&biw=1152&bih=645 "
Cheers!
Ralf
PS: FWIW, spiny mice unfortunately aren't mice :D.
http://www.google.de/search?hl=de&q=spiny%20mice&bav=on.2,or.&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&biw=1152&bih=645