Search results

  1. K

    Mail functionality

    Hi, I'm using the php mail function and I'm not including headers, but I tried with "Content-type: text/plain\r\n" and neither works. The mail function return value is always 1. How can I add valid an email in cPanel? Here is an example: <?php $to = "test@*******.x10.bz"; $subject = "Test"...
  2. K

    Mail functionality

    Hi, The mail functionality for my php script is not working, is there some issue about that? Thnx!
Top