We can use the get_bloginfo function to retrieve the email address of the site administrator.
get_bloginfo
<?php echo get_bloginfo('admin_email'); ?>