On Mon, 11 Dec 2000, Martin Ease wrote:
> I think the line...
> NMSMTP1.UserID := 'mhoward';
> Is not required.
well, the raw smtp conversation goes:
$ telnet smpt-server 25
helo myservername
mail from: me <email@addy>
rcpt to: them <email@addy>
data
From: enter any headers here
To: this is display only
Date: this is where some exploits can be done with outlook
Put your message after the blank line
end your email with <CR><LF>.<CR><LF>
.
--
So it could be that NMSMTP1.UserID is possibly used in either the helo or
mail from: lines...
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"