|
>I just got done with a _free_ utility called RPGMail, check it out at >http://mowyourlawn.com. It uses the JavaMail API's from Sun to send emails >easily from RPG without any limitations on the amount of attachments or the >number of recipients. You don't need to have any knowledge of Java to use >this utility (well maybe one line of code, but that is it). >Let me know what you think if you take the time to install it. Who says RPG >is dead? Oh that's right, I do sometimes ;-) >Aaron "Free is better" Bartell Aaron, Last year, I knocked out a quick email utility using the JavaMail API. Basically, the QSYS interface is a CL wrapper around ADDENVVAR (for classpath), ADDLIBLE QJAVA and RUNJVA (to execute a java mail handler class - using JavaMail API). It accepts parms for message ID and distribution group and can run in batch or interactive modes. Other developers can then plug it into their apps. Originally, I did this as a "one off" but now it's used in about 15 apps! Typical uses are application error warning emails and for exporting csv and xls files. Perhaps I should badge it as CLMail :-) Keith
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.