Forums

Autoresponder

mattk 17 Dec, 2008
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
Max_admin 17 Dec, 2008
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.