Hello all,
I am a newbie with chronoforms, and i have already my first problem.
I have made a simple form with 2 fields (name and email), I have DEBUG on ON, It said (email not send).
Than I download the test_form on chronoforms and Install it, than the DEBUG said (email send).
On the general tab i have filled in a good email address
But I have nothing recieved in my mailbox.
Is there anybody to help me
I have Joomla 1.0.13 and chronoform V2.3.7
Hi Bob,
Thanks for your answer, I have read all the FAQ's, and it works by now, only if I filled in the Return_Path. I want in the Return_Path the emailaddress of the client what they had filled in in my form by the field email.
I have tried several $email, $Array[email], array[email], {mail} but with no response, it says (email not sent)
If I let the Return_Path empty, than works it good, it sends the email good, but I wants the clients email in the Return_Path.
Is that possible?
greatz JanHobby
Hi Bob,
Thanks for your answer, I have read all the FAQ's, and it works by now, only if I filled in the Return_Path. I want in the Return_Path the emailaddress of the client what they had filled in in my form by the field email.
I have tried several $email, $Array[email], array[email], {mail} but with no response, it says (email not sent)
If I let the Return_Path empty, than works it good, it sends the email good, but I wants the clients email in the Return_Path.
Is that possible?
greatz JanHobby
Hi janhobby,
By Return_Path I'm assuming that you mean the ReplyTo email??
You can set this by hacking the code but it's not encouraged. The ReplyTo Email address is often check by your ISP and they may not permit emails to be sent where the ReplyTo address is not from your domain. (I think this is called relaying and often used by spammers.) The mails may be bounced or just dropped.
If you want to, it's simple to put a Reply To link into the emails using the submitters address in a mailto:user@example.com format, that can be done quite safely.
Bob
Hi Bob,
I have followed your advice, and it works great.
Thank you, I've been supported real good.
greatz JanHobby
Hi Jan Hooby,
Glad that worked for you🙂
Bob