At what point does exponential growth dominate polynomial growth?
In general there is no such closed-form expression, but closed-form bounds are possible.
EDIT: Of course if $\epsilon \ge 1$, the inequality is true for all $t \ge 0$, so consider the case $0 < \epsilon < 1$. I'll denote the left side as $M_d(t)$. We can consider this as $e^{t} \mathbb P[X \le d]$, where $X$ is a random variable having Poisson distribution with parameter $t$. Now for any $\mu > 0$, $$\mathbb P[X \le d] = \mathbb P\left[e^{-\mu X} \ge e^{-\mu d}\right] < e^{\mu d} \mathbb E\left[ e^{-\mu X}\right] = e^{\mu d} e^{-t + t \exp(-\mu)} $$ Thus it suffices to have $ \mu d + t \exp(-\mu) \le \epsilon t $, i.e. $\exp(-\mu) < \epsilon$ with $$ t \ge \dfrac{\mu d}{\epsilon-\exp(-\mu)}$$ It's not quite optimal, but you could e.g. take $\mu = -\ln(\epsilon/2)$, and then the bound is $$ t \ge \dfrac{2 d \ln(2/\epsilon)}{\epsilon} $$
It is enough to take $t^* = e(d+1)!/\epsilon^{d+1}$.
Proof:
The LHS of the desired inequality is at most $t^d/0! + t^d/1! + \cdots t^d/d! \le et^d$ (assuming $t\ge 1$ which is fine).
The RHS of the desired inequality is at least $(\epsilon t)^0/0! + \cdots + (\epsilon t)^{d+1}/(d+1)! \ge (\epsilon t)^{d+1}/(d+1)!$.
Therefore, it is enough if we ensure that $et^d \le (\epsilon t)^{d+1}/(d+1)!$. But this is equivalent to $t\ge e(d+1)!/\epsilon^{d+1}$.
With more effort one could presumably improve the dependence of $t^*$ on $d$ and $\epsilon$.