Dan, Take a look at Shao Sean's libSMTP library; it allows for direct SMTP communications, attachments and more. Go to: http://www.sonsothunder.com/devres/revolution/revolution.htm and go to the bottom of the Downloads section.
Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ken Norris > Sent: Sunday, March 23, 2003 2:28 PM > To: [EMAIL PROTECTED] > Subject: Re: Send an eMail attachment? > > > ********** > > Date: Sat, 22 Mar 2003 11:48:48 -0800 > > Subject: Re: Send an eMail attachment? > > From: Dan Friedman <[EMAIL PROTECTED]> > > > > Jack, > > > > Thanks... But this doesn't solve the problem. *I* want to > include the > > attachment in the eMail. I know that I could have the user add the > > attachment, but since I know what file needs to be sent, I > would like > > to, at runtime, set that parameter. > ---------- > URL calls are just that. AFAIK there is no parameter for > attachments. Attachments may have differing file extensions > for Windows, compression schemes, etc. These aren't intended > to be handled by URL "mailto:" parameters, and even if they > could, the parameter type names would probably be different > from Emailer to Emailer. > > if you're using a Mac, rather than using the URL, you might > have to write an Apple events routine in AppleScript > according to the available AS functions in the AS dictionary > of your particular Emailer. > > There may be other solutions. > > Ken N. > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-> revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
