T
T
timureh2016-02-04 14:03:17
Programming
timureh, 2016-02-04 14:03:17

How to make sequential forwarding of letters?

There is a box on the Yandex mail server, let's say [email protected] It is necessary to set up forwarding on this mailbox so that all incoming letters to it are forwarded one by one to 3 other mailboxes I have and at the same time a copy remains on the main one ([email protected]).
order:
the first letter to the first box the
second letter to the second box the
third letter to the third box the
fourth letter to the first box the
fifth letter to the second box the
sixth letter to the third box the
seventh to the first
and so on...
Question: how to implement this using Yandex mail, API, or in this case, you should write some kind of your own script? And in general, at the level of which it can be organized (on the server side, mail client programs, or something else?).
I am considering a solution by means of any mail (not necessarily Yandex)
Thank you in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
timureh, 2016-02-05
@timureh

as I understand it, this task cannot be solved by ordinary filters and rules.
yes, just one by one. To balance the number of orders falling on a common box between managers (who each have their own box).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question