Hi,
        I want to send e-mail from my java program.

        for that i opend socket on 25 (SMTP) port, and sent mail
        by executing HELP, MAIL FROM:, RCPT TO:, DATA.
        This is working fine only in the internal network. But if
        try send to hotamil/rocketmail they are not allowing to
        bind on that port.
        (       new Socket(domainName, 25);   )

        Pls tell, how to send mail from my java program.
        also i don't want to send mail thru' executing sendmail
        utility (exec()) from my Linux m/c. It should work
        also in solaris/Linux/Win 95 etc.

        Thanks in advance

********************************************************************
 Ramesh Babu A.                              FiLL Lab
 TeNet Group,                               <[EMAIL PROTECTED]>
 IIT - Madras.
********************************************************************

Reply via email to