I need to send email messages from my localhost.
I am using wamp server and my site is loaded on my own server, please could you suggest how to send emails using my
You can use the mail function in PHP. http://php.net/manual/en/function.mail.php
As you are hosting it yourself, you have to check your internet provider smtp and update php.ini with it and that should work.