S
S
Stanislaw112017-03-30 19:54:56
OpenSSL
Stanislaw11, 2017-03-30 19:54:56

What causes problems with smtp yandex?

There was a following problem:
There is a mailbox on Yandex with a domain name.
I can not send a letter from it programmatically.
I check in the terminal: openssl s_client -connect smtp.yandex.ru:465 I go through
authorization, fill in MAIL FROM and RCPT TO, and then, when I enter "DATA", it displays: "503 5.5.4 Bad sequence of commands.".
Actually, it's the first time. The most important thing is that everything is sent well through the python script.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2017-03-30
@dimonchik2013

it means that not all headers can
be traced, I won’t tell you, everything is not for encrypted ,
unless you look at how the library works

V
Vladimir Dubrovin, 2017-03-31
@z3apa3a

openssl s_client -crlf -connect smtp.yandex.ru:465

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question