Delayed email route
Forward routes to email are executed immediately. It would be nice if a delay could be configured, so that an email isn't immediately forwarded on receipt. In our case we want to do some backend processing (via HTTPS route) before the email route forwards the email to our user.
1
vote