I am very new to TeX and I am trying to do a simple cover letter using LaTeX. I've downloaded a template for a cover letter and it has a component (don't know how you call these things) named \emailfrom. My code looks like this:
\emailfrom{ % Email address [email protected] \\ [email protected] \\ [email protected] } This is what I am currently obtaining:

My only inelegant solution so far is:
\emailfrom{ % Email address [email protected] \\ [email protected] \\ [email protected] } I would like to be able to align second and third email to the first one. How can I achieve this?
Sorry for the vagueness but I am clueless about TeX.
newlfmclass?