Hi--

For a while now, I've had the following problem.

If I compose a message and save (C-x C-s) before sending (to the drafts
folder), and subsequently send the mail, it sends fine, but I get the
following error (I see it in the minibuffer -- here is the output to
*Messages*):

,----
| Sending...
| Mark set [2 times]
| Sending via mail...
| Sending email 
| Sending email done
| Sending...done
| Opening connection to personal via tls...
| open-network-stream: personal/993 Name or service not known
`----

Note that (one of) my gmail account(s) is  named "personal"

        (nnimap "personal" 
                (nnimap-address "imap.gmail.com")
                (nnimap-inbox "INBOX")
                )

I have another gmail account

        (nnimap "gmail-tufts" 
                (nnimap-address "imap.gmail.com")
                (nnimap-inbox "INBOX")
                )       

I'm using smtp.gmail.com as the smtp server, and my gnus-posting styles
I have lines like

    (eval (setq smtpmail-smtp-user "**user***"))

which set the relevant gmail account for sending mail (this is not
optimal for saved Drafts, of course, but I'm leaving that issue aside
for now...e.g.  since Drafts anyhow don't work correctly for me!)

I mention this because when I compose mail as the user for the
"personal" gmail account, save the mail to drafts, and then send it, I
get the above error.

If instead I compose with smtpmail-smtp-user set to the user for the
"gmail-tufts" account, save the mail to drafts, and then send it, I get
instead the following variation on the error:

,----
| Sending...
| Mark set [2 times]
| Sending via mail...
| Sending email 
| Sending email done
| Sending...done
| Opening connection to gmail-tufts via tls...
| open-network-stream: gmail-tufts/993 Name or service not known
`----

(I'm a bit mystified by this right now ...)

Note that I have gnus-message-archive-group set to nil, since
I'm anyhow

Anyhow, I must have something misconfigured but I can't seem to guess
what it is.

Does anyone have an idea or suggestion?

Thanks,
george

-- 
  ,--<>----
  | George McNinch <gmcninch (at) gmail.com>
  | http://gmcninch.math.tufts.edu
  `--<>----


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

Reply via email to