<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AutoHotkey: библиотека CDO для отправки E-mail]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=3185&amp;type=atom" />
	<updated>2010-06-20T20:00:44Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=3185</id>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: библиотека CDO для отправки E-mail]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=36812#p36812" />
			<content type="html"><![CDATA[<p>Компонент доступный для загрузки отдельно - <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2714320d-c997-4de1-986f-24f081725d36&amp;DisplayLang=en">Collaboration Data Objects, version 1.2.1</a><br /></p><div class="quotebox"><cite>Release Notes пишет:</cite><blockquote><p>…<br />This package cannot be installed on any system on which a version of Microsoft Office Outlook that is earlier than Outlook 2007 is installed. In addition, this package cannot be installed on a system on which any version of Microsoft Exchange is installed.<br /><strong>Remove any other installation of CDO prior to installing this package. If you do not remove prior releases, the current release may not install correctly.</strong><br />…</p></blockquote></div><p>Необходим для отправки писем с этой библиотекой!</p>]]></content>
			<author>
				<name><![CDATA[Real-3]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24532</uri>
			</author>
			<updated>2010-06-20T20:00:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=36812#p36812</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AutoHotkey: библиотека CDO для отправки E-mail]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=23335#p23335" />
			<content type="html"><![CDATA[<p>Библиотека <strong>CDO.ahk</strong> находится во вложении поста.<br />Простейший пример использования:<br /></p><div class="codebox"><pre><code>#include CDO.ahk ; Подключаем библиотеку CDO.ahk
Requisites(&quot;from@list.ru&quot;, &quot;to@list.ru&quot;) ; От кого письмо и кому
Options(&quot;smtp.list.ru&quot;, &quot;465&quot;, &quot;from@list.ru&quot;, &quot;xxxxxxx&quot;) ; Указываем smtp сервер, порт, логин и пароль. Для Google порт 465
Subject(&quot;Тема послания&quot;)
Text(&quot;Текст послания&quot;)
Investment(&quot;C:\1.txt | C:\2.txt&quot;) ; Прикрепляемые файлы. Если файлов много, их нужно разделять знаком &quot;|&quot;
Send()</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Real-3]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24532</uri>
			</author>
			<updated>2009-05-19T15:22:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=23335#p23335</id>
		</entry>
</feed>
