You could connect to a SMTP server using sockets then talk SMTP with
commands like:

HELO
MAIL FROM: ...
RCPT TO: ...
DATA ...
.
QUIT

You need to find some code for sockets if you don't want to use 3rd party
components.

I recall using some stuff from dWinsock a few years back with Delphi 1, and
they had wrappers for the Winsock API.

regards,
Steve

-----Original Message-----
From: Donovan J. Edye [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 September 2000 10:01
To: Multiple recipients of list delphi
Subject: [DUG]: [Q] Lightweight SMTP....


G'Day All,

I have a requirement to send SMTP on Win 9x, Win NT, Win 2K. Now I know I
could use the FastNet components but adding their SMTP components appears to
add 400K to the EXE size. (Have already implemented the SMTP functionality
this way). I am now looking for a more efficient way to send SMTP without
the use of components FastNet, Winshoes or otherwise. Has anyone got any
pure Object Pascal I could use? Pointers, Suggestions?

TIA

------------------------------------------------------------------------
--Donovan [[EMAIL PROTECTED]]
Donovan J. Edye [www.edye.wattle.id.au]
Namadgi Systems, Delphi Developer [www.namsys.com.au]
Voice: +61 2 6285-3460 Fax: +61 2 6285-3459
TVisualBasic = Class(None);
Heard just before the 'Big Bang': "...Uh Oh...."
------------------------------------------------------------------------
GXExplorer [http://www.gxexplorer.org] Freeware Windows Explorer
replacement. Also includes freeware delphi windows explorer components.
------------------------------------------------------------------------

---------------------------------------------------------------------------
    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"
---------------------------------------------------------------------------
    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"

Reply via email to