Hello everybody🙂
I tried to set up an autoresponder but it does not work...
I do not get any error message..but no autoresponder email neither with this code:
<?php
$from ="no@reply.com";
$fromname = "Skiing";
$recipient = $_POST['email'];
$subject = $_POST['subject'];
$html_message = "<p>Hi, Thank you for contacting me, I will respond as soon as possible.</p>";
mosMail($from, $fromname, $recipient, $subject, $html_message, true, );
?>
can anybody help me please?
thank you very much
br,
matt
I tried to set up an autoresponder but it does not work...
I do not get any error message..but no autoresponder email neither with this code:
<?php
$from ="no@reply.com";
$fromname = "Skiing";
$recipient = $_POST['email'];
$subject = $_POST['subject'];
$html_message = "<p>Hi, Thank you for contacting me, I will respond as soon as possible.</p>";
mosMail($from, $fromname, $recipient, $subject, $html_message, true, );
?>
can anybody help me please?
thank you very much
br,
matt