TAdvGMail and attachments

Hello;

Please can you tell me if it is posible (and how, in the case) to send an attached file using TAdvGMail?

Thank you!

You can use Files.Add to include one or more attached files with an email.

Example:
AdvGMail1.Files.Add.FileName := 'filename';

Please have a look at the GMailDemo application in the Demos folder for a full working example.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.