Hello,

I want to sent mail from emacs lisp code, but the given Gcc-field is not
considered by the send function and thus no mail is put into my "Sent
Items" Group/Folder.  When I send a mail from within gnus, everything
works out fine.  This is the relevant code:

Sending mail from outside gnus:
--8<---------------cut here---------------start------------->8---
(defun org-tut-send-mail ()
  (message-mail "[email protected]"
                "[ELISP-TEST] Test"
                '(("From" . "[email protected]")
                  ("Gcc" . "nnimap+imap.server.com:\"Sent Items\"")))
  (insert "SOME TEXT")
  (message-send-and-exit))
--8<---------------cut here---------------end--------------->8---

The above snippet sends the Email just fine, but nothing gets stored in
my Sent Items group.

Can anybody give me some pointers on this?

PS: If you need further information, name it and I will gladly provide
it.

Regards,
Alex


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to