

With Delphi, everything is easy and straightforward. What if a tool existed where you could simply right-click a file and have it sent to some FTP server and have the hyperlink available on the clipboard to paste in the email ? Then comes the power of Delphi and our component TWebCopy! It took less than 15 minutes to configure the TWebCopy component for uploading a file to an FTP server and get and set the settings for the FTP server in the registry.

Now, while convenient for the receiver, it quickly becomes a repetitive annoying and error-prone task for the sender: A solution is to no longer send the file as attachment but to make it available as download and just send the download link. The sender does not know whether an email actually arrived at the receiver or if the email was answered or if the answer simply didn't arrive. Especially for support this is quickly becoming frustrating, both for the sender and the receiver. Different email servers implement different filtering techniques for emails with attachments. It becomes increasingly difficult these days to send an email with an attachment.
