I have a classe to send mails. It runs on yahoo well but with hotmail I never receive the mails.I do not receive an error neither.

I would need some strange header to make the hotmail like my email????

My code is:

Code:
import java.net.*;
import java.io.*;
import java.util.*;
import java.text.*;
import javax.naming.*;
import javax.naming.directory.*;
...