Hi
We are converting from our old SMTP object (Rolands) to the new SMTPClient and we seem to be missing functionality. We are adding images in an email that are inline, but there is no option in the new smtp object to achieve this.
Looking at the old code it used 'Content-Disposition: inline;' as apposed to 'Content-Disposition: attachment;' to denote the different methods of inclusion. It also uses 'Content-ID: <attach.' + filename + '>'
Am I missing something in the new smtp object or has this functionalty been missed and I need to ask for an enhancment?
Thanks
David
I had not spotted that one :)