Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/23/2012 in all areas

  1. Try creating your addon domain now. Let us know if you're still having any problems.
    1 point
  2. Mail() is working fine for me in my test file: <?php $rec = 'shinryuukai@shinryuu.uni.me'; $sub = 'just a test'; $body = 'totally a test'; $head = 'From: shin@shinryuukai.tk'; echo (mail($rec,$sub,$body,$head)) ? 'Message sent!' : 'Sending failed!'; ?>
    1 point
×
×
  • Create New...