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.
Say Rob is sending then it should come as Rob [email protected] and if stewart send 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
