×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Thomas,
It looks as if the only properties that get read in from that
properties file are the hosttype and hostname. So, this may not be a
lot of help, in the form that javamail has been provided. You may
need to do an unzip, source mode, recompile, and re-zip / jarify.
Have a look at JavaMail.java. You can find it by unzipping
javamail.zip. Then go to RPGMail/JavaUtil/JavaMail.
After the following lines (around line 48)
// Setup mail server
systemProperty.put(hostType, hostName);
You could add:
systemProperty.put("mail.debug","true");
At 9:01 AM -0500 3/20/08, Thomas Garvey wrote:
Thanks for responding David. I dug around again and found I actually got
the code from this site
(http://www.ignite400.org/news/pdf/news2002070401.pdf). And here's my
JavaMail.properties file:
email.hosttype=mail.smtp.host
email.hostname=elijah.upi.com
How would I specify the mail.debug property, as you suggest? Would it be...
email.debug=true
Thanks for helping.
Tom Garvey
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.