I am having trouble with mail session in Geronimo.  I updated
var/config/config.xml to point to remote STMP host

    <module name="org.apache.geronimo.configs/javamail/2.1.1/car">
        <gbean name="SMTPTransport">
            <attribute name="host">smtpgw.mycom.com</attribute>
            <attribute name="port">25</attribute>
        </gbean>
    </module>

However, mail session still seems to point to localhost instead of the
remote host.
-- 
View this message in context: 
http://www.nabble.com/How-to-configure-remote-SMTP-host--tp17591748s134p17591748.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to