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
Hi mattk,
do you have V3.0 stable ? you can build this through the setup emails tab! look at Downloads/Chronoforms tutorials/ setup email tut
Regards
Max
do you have V3.0 stable ? you can build this through the setup emails tab! look at Downloads/Chronoforms tutorials/ setup email tut
Regards
Max
This topic is locked and no more replies can be posted.
