Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29762

How do I add an auto reply function to this PHP script? [duplicate]

$
0
0

This question already has an answer here:

I managed to get the form to send me mail but would like to auto respond with a thank you message.

<?php

if (isset($_POST['submit'])) {
  $name = $_POST['name'];
  $subject = "Email Confirmation";
  $mailFrom = $_POST['email'];

  $mailTo = "info@nulla.com";
  $headers = "From: ".$mailFrom;
  $txt = $name." Just Signed Up to Nulla!";

  mail($mailTo, $subject, $txt, $headers);
  header("Location: http://nulla.com/#subForm");
}

Viewing all articles
Browse latest Browse all 29762

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>