[Tex/LaTex] Elsevier template

elsarticle

In fact, I am using Elsevier template and I want to tape the email address of the corresponding author the problem is that in :
\cortext[mycorrespondingauthor]{Corresponding author} it gives me all the authors names. I want to get only the mail address of author 1 with no authors names.here is the code:

\documentclass[review]{elsarticle}

\usepackage{lineno,hyperref}
\modulolinenumbers[5]

\journal{Journal of \LaTeX\ Templates}

\journal{Journal of \LaTeX\ Templates}

\bibliographystyle{elsarticle-num}
\begin{document}
\begin{frontmatter}


\title{Title 1 }



\author{Author1$^*$, Author2, Author3}
\address{address street zip code city}


\cortext[mycorrespondingauthor]{Corresponding author}
\ead{author1@address.com}

\end{document}

Best Answer

You need to annotate \author statements.

\author[ub]{First Author\corref{cor1}}
\author[psy-umr]{Other Second}
\author[a-umr]{Yet Another}
\author[a-umr]{And Another}
\author[d-umr]{Some One-Else}
\author[ub]{Princial Investigator}
\address[ub]{Some Institution}
\address[psy-umr]{Other}
\address[a-umr]{Different Institution}
\address[d-umr]{Last Institution}
\cortext[cor1]{Email: first@example.com}