[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wanderlust can't post messages on gmail
- To: wl-en@lists.airs.net
- Subject: Re: wanderlust can't post messages on gmail
- From: Joe Corneli <holtzermann17@gmail.com>
- Date: Thu, 3 Mar 2011 04:50:44 +0000
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=TDfG9edBStuoDNPr1zgIRBER0WM938MsPTpIte3wtOQ=; b=cYBfjaSfOtuQs/lxY5wcHAbZB1l5mS/Vl4wC9P30GXYu6Oeu4vr45Ky2/k7CUBEQCV T1/DszfrJvJVV/NLDEPTz9x0tQadG0YV7Fb66eRSG9Da5KWQwLVgGMLbFLbfxQcg59Ns pCxzZQvhI0PBMJwv+ZVF0VljoDdFbl1hgTXKQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kMO82s6mjXZ8kxFZiwzY10QXOmDdTf/QJ1k9Fg7ygfgckvWByA83WdrjxG3NuoixDQ Wf49PwoMdoqq8UfwLhMnFckJzJz23Y6rzUeSq7zRhAKVMgH6TwuiT6eiIAZUiw/ohGI8 Yhc2DJlIt9bglKV+cavBcgXI+Q8YRjQMMUwpc=
- In-reply-to: <AANLkTinbNGBLLtcKpF2C=k3be0+v6gW3VDVAHPB9FsDK@mail.gmail.com>
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- References: <AANLkTinbNGBLLtcKpF2C=k3be0+v6gW3VDVAHPB9FsDK@mail.gmail.com>
- Reply-to: wl-en@lists.airs.net
Update: I can't send mail with smtpmail-send-it either,
I get this message in the smtpmail debugging buffer:
Cannot connect to smtp.gmail.com:587: Connection refused
Resolving 'smtp.gmail.com'...
Connecting to '209.85.143.109:587'...
Process SMTP exited abnormally with code 1
This is in response to an Emacs started with the following code, then
C-x m bla bla C-c C-c.
This should work, right?
(setq send-mail-function 'smtpmail-send-it
message-send-mail-function 'smtpmail-send-it
smtpmail-starttls-credentials
'(("smtp.gmail.com" 587 nil nil))
smtpmail-auth-credentials
(expand-file-name "~/.authinfo")
smtpmail-default-smtp-server "smtp.gmail.com"
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-smtp-service 587
smtpmail-debug-info t)
(require 'smtpmail)
(setq user-mail-address "holtzermann17@gmail.com")
On Thu, Mar 3, 2011 at 4:01 AM, Joe Corneli <holtzermann17@gmail.com> wrote:
> I am using an adaptation of http://paste.lisp.org/display/119295
> suited for my environment -- specifically, this:
>
> https://gist.github.com/852305
>
> When I try to send mail, it doesn't work, and I get the following
> written to my *Messages* buffer:
>
> Sending...
> Opening STARTTLS connection to `smtp.gmail.com:587'...failed
> condition-case: Wrong type argument: arrayp, nil
> Wrong type argument: arrayp, n
> [2 times]
>
> My Emacs is: GNU Emacs 23.2.1 (i386-redhat-linux-gnu, GTK+ Version
> 2.21.4) of 2010-07-08 on x86-05.phx2.fedoraproject.or
>
> and I am using the current HEAD of
>
> https://github.com/wanderlust/wanderlust
>
> I started Emacs like emacs -q --no-site-file -l ~/startfile.el
>
> As far as I can tell, this same configuration has been working for
> others... do others agree?
>
> Perhaps this is a problem due to my institution's firewall?
>
> I'm stumped, please help!
>
> Joe
>