I have tried the solution here, but it didn’t work: Drupal get site wide email address?
Here’s my code (inside page.tpl.php):
<a href="mailto:<?php variable_get('site_mail', ini_get('sendmail_from')); ?>">My name</a>
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ve just forgotten to print the variable to the page 🙂