The Code I\'m Using to send a simple mail
import javax.mail.*; import javax.mail.internet.*; import java.util.*; import java.io.*; import javax.activation.Da
While running in jboss check whether your running using run.bat -b 0.0.0.0.
run.bat -b 0.0.0.0
If not try and it should work fine.