Is it possible to add an asterisk before the word "E-mail" when using achemso. This is an example document I have.
\documentclass[journal=jcisd8,manuscript=article]{achemso}
\usepackage{chemformula} % Formula subscripts using \ch{}
\usepackage[T1]{fontenc} % Use modern font encodings
\usepackage{blindtext}
\author{The author}
\email{theauthor@somelab.abc}
\affiliation[somelab]{Some Lab, Some City, Some Country}
\title[An \textsf{achemso} demo]
{This is a manuscript}
\begin{document}
\begin{abstract}
\blindtext
\end{abstract}
\end{document}
Compiling this generates this page -
The journal needs an asterisk in front of the word "E-mail" (i.e. *E-mail: theauthor@somelab.abc). How can I achieve that? I cannot find anything relevant (at least as far as I can tell) in achemso manual.
Thanks.


joseph.wright@morningstar2.co.uk) – Joseph Wright Dec 29 '18 at 22:10