: Hey, im trying to find out how to email with an anttachment in delphi 7? Is any1 capable of that?
:
: Thanx...
:
You can do that using the TidSMTP.Send() method. This method takes a TidMessage() component, which defines the message to send. By adding a TIdAttachment to the MessageParts property of the message and setting its FileName property, you can specify which file to send as an attachment.