> is there any code to send an email with an attachment?
If you are happy to use CDO, then extending the CDO package comment
example:
CDOIMessage new.
from: '=removed=';
to: '
[hidden email]';
subject: 'Re: Your order';
textBody: 'Hi Bill, your order for Dolphin Smalltalk has been
dispatched. Enjoy!'.
addAttachment: 'c:\DolphinSetup.exe' userName: nil password: nil;
Send
CDO is great for a server environment, but it does require win2k or
later.
Steve
--
[hidden email]