Re: [twsocket] SMTP Client and Streams

2008-02-20 Thread Veit Zimmermann
Wilfried Mestdagh wrote: > Hello Veit, > > You have to override TriggerGetData method. FEmailfiles is a TStringList > holding the filenames to attach. I think the most easy way is to use the > Objects of this stringlist to add TStreams instead of filenames. In > TriggerGetData Stream is opened fro

Re: [twsocket] SMTP Client and Streams

2008-02-20 Thread Wilfried Mestdagh
Hello Veit, You have to override TriggerGetData method. FEmailfiles is a TStringList holding the filenames to attach. I think the most easy way is to use the Objects of this stringlist to add TStreams instead of filenames. In TriggerGetData Stream is opened from filename, so you can just use the s