antipauli respondió:
You can use our IDSMail component to send Internet mail from Delphi 3.0. Here is all the code you would need: public idsMail: Variant; idsMail := CreateOLEObject('IDSMailInterface.Server'); idsMail.ObjectKey := 'ABC123'; idsMail.MailSystem :=...