I am hoping that someone could help me discover why my mail program using sendmail on solaris cannot seem to send mails to an exchange server. I can send mail to hotmail and other such addresses. It must be a flag that gets set in the message but i cannot work out what it is. This is the method that i use. public synchronized void sendMessage( String sendTo , String subject , String contents , String from , String replyTo ) throws Exception {