<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bishopphillips.com/riskwiki/index.php?action=history&amp;feed=atom&amp;title=SendMailThreadUnit</id>
	<title>SendMailThreadUnit - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.bishopphillips.com/riskwiki/index.php?action=history&amp;feed=atom&amp;title=SendMailThreadUnit"/>
	<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=SendMailThreadUnit&amp;action=history"/>
	<updated>2026-07-02T21:04:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.bishopphillips.com/riskwiki/index.php?title=SendMailThreadUnit&amp;diff=508&amp;oldid=prev</id>
		<title>Bishopj: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=SendMailThreadUnit&amp;diff=508&amp;oldid=prev"/>
		<updated>2026-04-12T06:39:01Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 06:39, 12 April 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Bishopj</name></author>
	</entry>
	<entry>
		<id>https://www.bishopphillips.com/riskwiki/index.php?title=SendMailThreadUnit&amp;diff=507&amp;oldid=prev</id>
		<title>Bishopj: Created page with &quot;==SendMailThreadUnit - Threaded emailer for sending emails in the background for SMTPIndySendMail==  Language: Delphi 7 - 2007    &lt;pre&gt; uses  SysUtils, Classes, EMailUnit, DB,...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=SendMailThreadUnit&amp;diff=507&amp;oldid=prev"/>
		<updated>2019-09-11T22:56:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==SendMailThreadUnit - Threaded emailer for sending emails in the background for SMTPIndySendMail==  Language: Delphi 7 - 2007    &amp;lt;pre&amp;gt; uses  SysUtils, Classes, EMailUnit, DB,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==SendMailThreadUnit - Threaded emailer for sending emails in the background for SMTPIndySendMail==&lt;br /&gt;
&lt;br /&gt;
Language: Delphi 7 - 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
uses  SysUtils, Classes, EMailUnit, DB, Provider, DBClient, ADODB;&lt;br /&gt;
&lt;br /&gt;
type&lt;br /&gt;
  TSendMailThread = class(TThread)&lt;br /&gt;
  private&lt;br /&gt;
    FMailConnectType : TMailConnectType;&lt;br /&gt;
    FWorkMailMessage: TMailMessage;&lt;br /&gt;
  public&lt;br /&gt;
    FConfigSMTP_PortNo : Integer;&lt;br /&gt;
    FConfigSMTP_Host : String;&lt;br /&gt;
    FConfigSMTP_UserID : String;&lt;br /&gt;
    FConfigSMTP_UserPWD : string;&lt;br /&gt;
    FConfigSMTP_FromAddress : String;&lt;br /&gt;
    FConfigSMTP_FromName : String;&lt;br /&gt;
&lt;br /&gt;
    ErrorMessage : String;&lt;br /&gt;
    SendResult : Boolean;&lt;br /&gt;
    procedure Execute; override;&lt;br /&gt;
    constructor Create(MailConnectType : TMailConnectType; WorkMailMessage: TMailMessage; myConfigSMTP_PortNo : Integer; myConfigSMTP_Host : String; myConfigSMTP_UserID : String; myConfigSMTP_UserPWD : string; myConfigSMTP_FromAddress : String; myConfigSMTP_FromName : String );&lt;br /&gt;
  end;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=BackLinks=&lt;br /&gt;
&lt;br /&gt;
{{#dpl: linksto={{FULLPAGENAME}} }}&lt;/div&gt;</summary>
		<author><name>Bishopj</name></author>
	</entry>
</feed>