Search results

  1. memres25

    PHP Sendmail

    Thank you in advance for whom try to help me. I solve the matter by changing the $to variable from my local email address to a remote one.
  2. memres25

    PHP Sendmail

    I use Google Apps for my domain's email accounts. Am I able to use sendmail via my Google email account?
  3. memres25

    PHP Sendmail

    Hello. It seems that the below code doesn't send the mails. $today = date('d.m.Y'); $now = date('H:i'); $ip = getenv('REMOTE_ADDR'); $agent = getenv('HTTP_USER_AGENT'); $referer = getenv('HTTP_REFERER'); $name = $_REQUEST['name']; $email = $_REQUEST['email']; $subject =...
Top