Hi guys, this is my first question on the forum! o/
So, I'm trying to achieve this simple task:
An e-mail arrives on my RoundCube 0.9.2(can't update this version to a more recent one -.-), and I want my filter to catch that e-mail and re-send or copy to a list of e-mails, cycling through each one of them.
Example:
I have 3 e-mails on my list:
[email protected][email protected][email protected]And then it happens!
Email 1 arrived!
Re-send to
[email protected]Email 2 arrived!
Re-send to
[email protected]Email 3 arrived!
Re-send to
[email protected]Email 4 arrived!
Re-send to
[email protected]Email 5 arrived!
Re-send to
[email protected]Email 6 arrived!
Re-send to
[email protected]How do I do this?
Thanks
The filter would need to be setup on the mail server not within Roundcube.