Re: [JBoss-user] Using the Included JavaMail

2001-06-24 Thread Ivan Novick
I believe the properties file is just a default value, you can pass in a different address with the method call Ivan - Original Message - From: "Hunter Hillegas" <[EMAIL PROTECTED]> To: "JBoss 2" <[EMAIL PROTECTED]> Sent: Saturday, June 23, 2001 11:10 AM

[JBoss-user] Using the Included JavaMail

2001-06-23 Thread Hunter Hillegas
I read through the section on using JavaMail in JBoss. I have a need to have the "from" address set programatically, not in the conf file. Can I do this? In the example there is a call to m.setFrom(); but it's not passing anything and the docs indicate that you set that in mail.properties. Additi