mosMail problem

hubert.dyba 07 Aug, 2009
hi,

I have a problem - after filling a form, I receive the result email, but customer doesn't receive the thank you mail.
I was always using the code below put in On Submit code - after sending email

<?php
$from = $replyto_email ="my@adress.com";
$fromname = $replyto_name = "My name";
$recipient = $_POST['email'];
$subject = "Yhank you mail";
$html_message = "<p>Thank you text.</p>";

mosMail($from, $fromname, $recipient, $subject, $html_message, true, );
?>

and on my new site is not working, to be honest I have no idea, why?
GreyHead 07 Aug, 2009
Hi hubert.dyba,

Which version of Joomla and ChronoForms are you using. mosMail is Joomla 1.0 code and is not supported in Joomla 1.5 (without legacy support enabled).

Current releases of ChronoForms includes it's own mailer which will send two (or more) separate emails)

Bob
hubert.dyba 14 Oct, 2009
hey Bob
I was using the mosMail and the legacy mode

but now I am looking for and I can't find, how to use chronoengine's mailer?
I want to send two emails - a result email to me, and a thank-you email to customer.

I can't find the tutorial for that.. I'm using ver 3.1 RC5.41 and Joomla 1.5.14

cheers
Hubert
GreyHead 14 Oct, 2009
Hi Hubert,

You can create a second (and third, fourth, fifth, . . .) Email Setup in exactly the same way as the first one - see the Email Tutorial for that.

Bob
hubert.dyba 14 Oct, 2009
Thank you Bob,
it makes my work much easier😀

cheers
Hubert
This topic is locked and no more replies can be posted.