I was doing a problem where I was asked to show the continuity of $$\sum_{n = 1}^{\infty} e^{-nx}\sin{nx},$$ for $x>0$.
My approach was to consider the sequence $(\sigma_{n}(x))$ of partial sums of the series $$\sum_{n = 1}^{\infty} |e^{-nx}\sin{nx}|,$$ to get $$\sigma_{n}(x) = \frac{e^{-x}(1-e^{-nx})}{1-e^{-x}}.$$ Which converges to the function $$ \sigma(x) := \frac{e^{-x}}{1-e^{-x}},$$ uniformly on $\{x > 0\}$. This implies that the given series converges absolutely to $\sigma(x)$ on the given set.
How do I say from here that the given series is also uniformly convergent?
Also, is it necessary that if a series of functions converges absolutely, then it also converges uniformly? Am I missing this in the above proof?