Home
Articles
Client-Side Java
Core Java
Embedded & Mobile
Server-Side Java
Java Tools
Web Services & Cloud
FAQs
Ajax
BEA Certification
Certification
Client-Side Java
Core Java
Embedded & Mobile
Java Tools
Java Certification
Methodology
Miscellaneous
Mobile Media API
Other Certification
Server-Side Java
Web Services & Cloud
Downloads
Learn
Forums
Newsletter
Advertiser Disclosure
Close
Home
/
FAQ
/
Server-Side Development
/
JavaMail
How can I send a message with multiple from fields?
Created May 4, 2012
John Zukowski
Instead of using
setFrom()
, use
addFrom()
. This takes an array of
Address
objects.
Post a comment
Email Article
Print Article
Most Popular jGuru Stories
Editor's Picks
Most Popular
The Java Game Development Tutorial
Files and Directories in Java
Load Testing your Applications with Apache JMeter
Unit Testing Java Programs
Using SOAP with Java