... or try online chat:

\r\n"; // $headers .= "Reply-To: $name <".$email.">\r\n"; // $headers .= "Return-Path: \r\n"; // $headers .= "Message-Id: <" . md5(uniqid(microtime())) . "@mgmaps.com>\r\n"; // $headers .= "X-Mailer: PHP"; // $email = $myemailaddr; // ini_set('sendmail_from', 'support@mgmaps.com'); // if ($topic == 20) // $email .= ', sales@nutiteq.com'; $mail = new PHPMailer; $mail->isSMTP(); $mail->Host = 'mail.mgmaps.com'; $mail->SMTPAuth = true; $mail->Username = 'no-reply@mgmaps.com'; $mail->Password = 'RpsTfZDBL8nCKN6D'; $mail->SMTPSecure = 'tls'; $mail->Port = 25; $mail->From = 'no-reply@mgmaps.com'; $mail->FromName = 'MGMaps'; $mail->addAddress($myemailaddr); $mail->addReplyTo($email, $name); $mail->Subject = 'Mobile GMaps - '.$row["topic"]; $mail->Body = $stripmessage; $mail->send(); // mail($email, 'Mobile GMaps - '.$row["topic"], $stripmessage, $headers, "-r no-reply@mgmaps.com"); } mysql_free_result($result); ?>

Thank you!

Text only please, no links or HTML. If you want to receive a reply to your message, please fill in your email address — it will NOT be shared with any third party and it will NOT be used for marketing purposes.