Take a look at the boilerplate plugin for Mibew Messenger
0 Members and 2 Guests are viewing this topic.
<?php mail("youremail@gmail.com", "Mail function works", "Message Body", "From: webim@yourdomain.com\r\nContent-Type: text/plain; charset=utf-8\r\nX-Mailer: PHP/".phpversion());?>