Re: wl-fcc not working with smtpmail-send-it
Kazuhiro Ito <[email protected]> Mon, 26 Mar 2018 22:48:52 +0900
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <86muyveym3.wl--xmue__14527.8831980706$1522072095$gmane$org@d1.dion.ne.jp> |
Hi,
> I have configured Wanderlust to send email using smtpmail-send-it,
> as that was the only way to make it cooperate with SUBMISSION at
> port 587. However I can't make FCC working, in particular I want to
> file the sent messages directly into an IMAP folder. Here are the
> relevant parts from my .wl config:
You need to take care of sendlog for Fcc: header working. If you want
to send mail with sendmail, wl-draft-send-mail-function's value should
be wl-draft-send-mail-with-sendmail. If you have to use
smtpmail-send-it, you need wrapper function similar to
wl-draft-send-mail-with-sendmail function, which is wrapper for
sendmail-send-it funciton.
Additionally, default wl-draft-send-mail-with-smtp function supports
submission port. For example, below is settings for Gmail.
(setq wl-smtp-posting-server "smtp.gmail.com"
wl-smtp-posting-port 587
wl-smtp-posting-user "your_username"
wl-smtp-connection-type 'starttls
wl-smtp-authenticate-type "PLAIN")
--
Kazuhiro Ito