I couldn't find an epsilon-delta proof for continuity of $e^x$ so here's my take:
Suppose $|x - x_0| < \delta$ and fix $\epsilon >0$
Consider $|e^x - e^{x_0}| < \epsilon$, then
\begin{gather} -\epsilon < e^x - e^{x_0} < \epsilon \\ e^{x_0} - \epsilon < e^x < e^{x_0} + \epsilon \\ \ln(e^{x_0} - \epsilon) < x < \ln(e^{x_0} + \epsilon) \\ \ln(e^{x_0} - \epsilon) - x_0 < x - x_0 < \ln(e^{x_0} + \epsilon) - x_0 \end{gather}
Hence $e^x$ is continuous at $x_0$ as long as $$ \delta = \min\{x_0 - \ln(e^{x_0} - \epsilon), \ln(e^{x_0} + \epsilon) - x_0\} $$
Since $x_0$ is arbitrarily chosen then $e^x$ is continuous and we are done.
Is this correct, or is it not sufficient enough since it does not cater for uniform continuity?