Routing by e-mail account - doubt

Hi everybody!

I’m trying to make an e-mail routing strategy but I have a problem.

My Email Server Java checks various e-mail accounts, and those e-mails are putted in the Inbound queue. How can I put those e-mails that are in the inbound queue to different queues separating them by the address thew were sent.

I mean, I will create different queues like support, info…and I wish that all the mails sent to [email removed] went to the support queue.

I’ve been trying it useng the variable UData ToAddress, but it doesn’t worked.

Does anybody tried something similar?

Thaks a lot!!

Barnagen,

in 6.x ICS there’s a module, the Content Analyzer, that you can create rules in: in each of them you set up the criteria - for example the destination address - applied to the incoming emails and the destination - VRPs - they should submitted to.

Fra

2 Likes

Hi Fra,

I’m using 7.1 version, and I don’t have licenses for content analyzer, I could use knowledge manager but only applying screening rules to the subject.

Knowing which version I’m using, the solution would be the same?

I’ll try your solution and I’ll look in the manuals meanwhile.

Thanks a lot!

Hi Fra,

I done it! Finally it worked the way you told me

Thank u alot.