gnus cannot send emails using smtp with starttls (i.e. gmail)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
XEmacs |
Unknown
|
Unknown
|
|||
xemacs21 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
This is also reported upstream: http://
The problem is actually that the function smtpmail-
macro `with-boundp' that is not defined in 21.4.22, but only in 21.5
(http://
Others have run into this problem:
http://
Therefore the OS process is never created and an internal network stream
is created instead.
There is a workaround:
1) Put the definition of `with-boundp' in the .gnus file.
2) Disable the bytecompiled smtpmail or redefnie `smtpmail-
in your .gnus after it has been loaded from you OS distibuted version.
That will fix it.
Changed in xemacs: | |
status: | Unknown → New |
Changed in xemacs: | |
status: | New → Unknown |
Note that this problem is specific to XEmacs (gnus works fine in this case in emacs)
Jarl