Assuming that I will be deploying James on internet hosting provider box, do I need to always mention the IP address of MS Exchange or any other server. It is impossible for me to know all the domains.
For example in my application I have users with email ids - [email protected], [email protected], [email protected], [email protected] and they all should be able to send emails from my application. On Mon, Nov 19, 2012 at 4:09 PM, chetan N <[email protected]> wrote: > It is possible using below tags > <processor name="transport"> > ... > > <mailet match="All" class="RemoteDelivery"> > ... > > <gateway>IP address of Microsoft Exchange Server</gateway> > <gatewayPort>25</gatewayPort> > </mailet> > </processor> > > > On Mon, Nov 19, 2012 at 3:45 PM, Dhrubo <[email protected]> wrote: > > Hello, > > Is it possible to use James as an SMTP relay just like SendGrid? > If > > yes how ? Can anyone point me to some documentation links? > > > > > > -- > > Kind Regards... Dhrubo > > > > <http://www.linkedin.com/in/dhrubo> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Kind Regards... Dhrubo <http://www.linkedin.com/in/dhrubo>
