<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16339&amp;type=atom" />
	<updated>2022-04-10T11:38:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16339</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=152727#p152727" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>You do know the difference between headers and envelope headers, right?<br />If I want to send an email by connecting to a mail server (for instance, through a telnet program), it would look something like this:</p></blockquote></div><div class="codebox"><pre><code>$ telnet mail.example.com 25
Trying 127.0.0.42...
Connected to mail.example.com (127.0.0.42).
Escape character is &#039;^]&#039;.
220 mail.example.com ESMTP
HELO mail.example.org
250 mail.example.com
MAIL FROM: &lt;sender@example.org&gt;
250 ok
RCPT TO: &lt;recipient1@example.com&gt;
250 ok
RCPT TO: &lt;recipient2@example.com&gt;
250 ok
RCPT TO: &lt;recipient3@example.com&gt;
250 ok
DATA
354 go ahead
Date: 02 Sep 2011 01:45:59 -0500
Subject: test
From: &quot;Sender&quot; &lt;sender@example.org&gt;
To: &quot;Recipient 1&quot; &lt;recipient1@example.com&gt;
CC: &quot;Recipient 2&quot; &lt;recipient2@example.com&gt;

test
.
250 ok 1314945967 qp 19908
quit
221 mail.example.com
Connection closed by foreign host.</code></pre></div><br /><div class="quotebox"><blockquote><p>What this means is that BCC recipients are those who appear in the envelope header (RCPT TO lines), whereas TO and CC recipients appear both there and in the DATA section of the email.</p><p>This gives you the following email:</p></blockquote></div><div class="codebox"><pre><code>Received: (qmail 12019 invoked from network); 2 Sep 2011 01:46:09 
  -0500
Received: from mail.example.org (HELO mail.example.org) (127.0.0.23)
  by mail.example.com with SMTP; 2 Sep 2011 01:46:20 -0500
Received-SPF: pass (mail.example.org: SPF record at example.org 
  designates 127.0.0.23 as permitted sender)
Date: 02 Sep 2011 01:45:59 -0500
Subject: test
From: &quot;Sender&quot; &lt;sender@example.org&gt;
To: &quot;Recipient 1&quot; &lt;recipient1@example.com&gt;
CC: &quot;Recipient 2&quot; &lt;recipient2@example.com&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2022-04-10T11:38:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=152727#p152727</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=152725#p152725" />
			<content type="html"><![CDATA[<p>Добрый день! А не подскажите (server := &quot;smtp.gmail.com&quot; port := 465), адресат определяется как &quot;скрытая копия&quot;</p><div class="codebox"><pre><code>
от:	inseption86@gmail.com
Кому:	
скрытая копия:	inseption86@gmail.com,
sidney2000@mail.ru
дата:	10 апр. 2022 г., 11:02
тема:	Test_test
отправлено через:	gmail.com
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2022-04-10T08:21:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=152725#p152725</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147816#p147816" />
			<content type="html"><![CDATA[<p>Ага, примерно понял.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-05-11T20:28:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147816#p147816</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147815#p147815" />
			<content type="html"><![CDATA[<p>Тут подробно:<br /><a href="https://habr.com/ru/post/495256/">https://habr.com/ru/post/495256/</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-05-11T19:53:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147815#p147815</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147813#p147813" />
			<content type="html"><![CDATA[<p>А какая разница между этими портами? Я просто в настройках посмотрел, какой у меня.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-05-11T19:12:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147813#p147813</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147806#p147806" />
			<content type="html"><![CDATA[<p>Добавил вариант отправки через 25 порт.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-05-11T17:23:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147806#p147806</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147805#p147805" />
			<content type="html"><![CDATA[<p>Нужно. Добавил.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-05-11T13:47:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147805#p147805</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147804#p147804" />
			<content type="html"><![CDATA[<p>А WSACleanup здесь не нужно вызывать?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-05-11T13:07:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147804#p147804</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147802#p147802" />
			<content type="html"><![CDATA[<p>Подправил для наглядности отправки письма.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-05-11T10:30:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147802#p147802</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147800#p147800" />
			<content type="html"><![CDATA[<p>Ага, теперь вроде заработало.<br /></p><div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>А в чем смысл  использовать этого покойника?</p></blockquote></div><p>Во-первых, чтоб не тратить деньги на новый компьютер, если старый без проблем работает. Во-вторых, мне, как программисту, в любом случае приходится тестировать код на семёрке, так как покойник вполне себе ещё здравствует. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-05-11T07:48:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147800#p147800</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147799#p147799" />
			<content type="html"><![CDATA[<p>Значит tls 1.2 в win7 не прописана.<br /><a href="https://www.emailarchitect.net/easendmail/kb/tls.aspx?cat=0#enable-tls-1-2-windows-7-2008-r2-2012-2012-r2">https://www.emailarchitect.net/easendma … 12-2012-r2</a><br />А в чем смысл&nbsp; использовать этого покойника?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-05-11T07:28:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147799#p147799</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147797#p147797" />
			<content type="html"><![CDATA[<p>server &quot;smtp.googlemail.com&quot;<br />Сначала 220 smtp.googlemail.com ESMTP v12sm3549151ljn.92 - gsmtp<br />Потом DecryptMessage error<br />Семёрка.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-05-11T06:38:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147797#p147797</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147796#p147796" />
			<content type="html"><![CDATA[<p>Выдало сразу же после запуска скрипта?<br />Какой почтовый сервер и какой виндовс?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-05-11T03:18:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147796#p147796</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147794#p147794" />
			<content type="html"><![CDATA[<p>У меня выдало DecryptMessage error.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-05-10T23:03:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147794#p147794</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отправка почты через соккеты, TLS и Schannel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147788#p147788" />
			<content type="html"><![CDATA[<p>Тема для обсуждения &quot;Отправка почты через соккеты, TLS и Schannel&quot;.<br /><a href="http://forum.script-coding.com/viewtopic.php?id=17650">http://forum.script-coding.com/viewtopic.php?id=17650</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-05-10T15:16:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147788#p147788</id>
		</entry>
</feed>
