| Re: OpenSSL with SMTP mail instead of GnuTLS |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.gnus · Group Profile
Author: Phil LordPhil Lord Date: Sep 19, 2008 05:45
On Sep 19, 2:28Â am, "chrych...@ gmail.com" gmail.com> wrote:
> On Sep 19, 12:44Â am, Phil Lord googlemail.com> wrote:
> Now, I am able to get the part where data is sent up to the point
> where a dot character on a line by itself is sent. Â I assume this is
> something like an EOF signal to the SMTP server. Â However, nothing
> happens for a while after. Â Then I get the "read:errno=54" in the SMTP
> session trace buffer.
>
> Any ideas anyone?
>
> Also, I think smtpmail isn't really a part of Gnus so it has problems
> with OpenSSL where Gnus doesn't.
I think the key problem is just that smtpmail.el is old; the author
also
wrote GnuTLS -- it works best with this, but not on windows.
Actually, you might want to try a completely different option. I've
been following
instructions from on msmtp -- this is a lightweight SMTP client which
looks to the outside world
(specifically emacs!) like sendmail.
I've managed to get it working with cygwin -- will be trying Ubuntu
next, and it should work
on mac, although I have no ability to test these.
There's documentation on EmacsWiki about it; the config is a bit hairy
at the moment, so
I'll probably write a proper wrapper library for it at some point;
smptmail-openssl.el can then
be retired for the hack that it is.
Phil
|