help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't send mail with smtpmail "any more". (Gmail and other providers


From: Vladimir Nikishkin
Subject: Re: Can't send mail with smtpmail "any more". (Gmail and other providers)
Date: Tue, 27 Oct 2020 23:45:53 +0800

I worked around this issue by switching to port 465+ssl/tls

It almost seems like port 587 got blackholed by something.

Debugging facilities did not illuminate the situation, the deadlock happens
before anything is written there.

--
Yours sincerely, Vladimir Nikishkin
(Sent with Google mail mobile.)

Vladimir Nikishkin <lockywolf@gmail.com> 于 2020年10月27日周二 23:43写道:

> I worked around this issue by switching to port 465+ssl/tls
>
> It almost seems like port 587 got blackholed by something.
>
> Debugging facilities did not illuminate the situation, the deadlock
> happens before anything is written there.
>
> --
> Yours sincerely, Vladimir Nikishkin
> (Sent with Google mail mobile.)
>
> Eli Zaretskii <eliz@gnu.org> 于 2020年10月27日周二 23:28写道:
>
>> > From: Vladimir Nikishkin <lockywolf@gmail.com>
>> > Date: Tue, 27 Oct 2020 12:49:24 +0800
>> >
>> > Sometimes (unpredictably), the connection times out and produces the
>> > following message:
>> >
>> > ```
>> > network-stream-open-starttls: make client process failed: Network is
>> > unreachable, :name, smtpmail, :buffer, *trace of SMTP session to
>> > smtp.gmail.com*, :host, smtp.gmail.com, :service, 587
>> > ```
>>
>> This seems to be self-explanatory: Emacs is unable to connect to that
>> address and that port.  Are you sure there isn't some connectivity
>> problem on your side?  Like some firewall settings, or maybe actual
>> connectivity issue?
>>
>> smtpmail.el has a debug facility, whereby you can set a variable and
>> get a buffer with the details of the connection session.  If the above
>> doesn't give a clue, try looking at those details.
>>
>>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]