Send mail to wordpress admin

I could not really work out with the ajax with plugins things. Not so good with it still. 🙁
So i simply used the function get_bloginfo('admin_email') to obtain the admin’s email address. Using mail() function, the mails are sent to the obtained email address on click of the button.

Leave a Comment