[Tex/LaTex] How to type an underscore character (_) that’s part of an email address

emailhyperrefurls

I am typing a scientific article using latex nowadays. My e-mail address is ufukkaya_@hotmail.com. Latex does not recognize the command \ead{ufukkaya_@hotmail.com}. Please help me.

Best Answer

\documentclass{article}
\usepackage{hyperref}

\begin{document}
\href{mailto: ufukkaya_@hotmail.com}{ufukkaya\_@hotmail.com}
\end{document}
Related Question