Guys,
Am using mail.jar and activation.jar as classpath and have programmed a automatic mail sending and it works fine.
In my program, the content is declared as a String. But my requirement is, I need to retrieve few of the counts from different tables of my SQL DB and attach the same in my content of the mail.
I think declaring the content as String will not help me out to achieve the task since the number of lines that I will be sending in the content of the mail will be more than five or six.
Kindly let me know how a large text can be added to the content of the mail. Any sort of links or tutorials for justifying the same will be highly appreciable. Thanks a lot in advance.. Happy Sunday guys.. !!