I'm using the following code snippet for sending emails in Delphi, but when I try to send an attachment, the attachment becomes part of the email body.
What could be wrong?
function SendEmail(sendTo, subject, body: string;
attachFiles: TStri...
asked by
07.06.2016 / 13:32