Sometimes it is necessarry to define admin email address for the server, if our website hosted somewhere and we are not able to configure Apache configuration files, we will use .htaccess file to configure default admin email address of our website. The code is shown below, you can test this code with your .htaccess file.
SetEnv SERVER_ADMIN yourname@example.com
( yourname@example.com is your email address. )