Hi David, It is in James. I want to change the Sender Name alone in fromAddress and not the email address in fromAddress.
I will fetch the Sender Name from postgres using a simple select query. 1. How to change the Sender Name alone in james config.xml. 2. Also how to bring in SQL query inside config.xml to fetch Sender Name. Say Rob is sending then it should come as Rob [email protected] and if stewart sends it should come as Stewart [email protected]. I will fetch 'Rob' and 'Stewart' from postgres DB using a simple select query I am using config.xml for all the 'match' and not java API. Regards, J Prasanna Venkatesan On Fri, Dec 18, 2020 at 2:39 PM David Matthews <[email protected]> wrote: > >Any update here is appreciated. > > > >On Wed, Dec 16, 2020 at 3:03 PM JPrasanna Venkatesan > > [email protected]> > >wrote: > > > >> Hi All, > >> > >> I want to change the sender name (from addresss) alone and I like to > fetch > >> it from my postgres DB using a select query. how to do this one. > >> > > what sort of help are you looking for - is it with a James issue or a > postgres issue? > > -- > David Matthews > [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
