home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Prima Shareware 3
/
DuCom_Prima-Shareware-3_cd1.bin
/
PROGRAMO
/
delphi
/
TSMTP
/
SMTPMAIL.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-26
|
231 b
|
15 lines
program Smtpmail;
uses
Forms,
Mmail in 'MMAIL.PAS' {MailForm},
Smtpsu in 'SMTPSU.PAS' {SetupDlg},
Smtp in 'smtp.pas';
{$R *.RES}
begin
Application.CreateForm(TMailForm, MailForm);
Application.Run;
end.