Forums

Do not receive mails, no error displayed.

nico_alti 16 Apr, 2015
Hi Bob GreyHead ^^

I spent my morning on the forums looking for a solution but nothing worked.
My problem is the following :
Until today My form (available here : http://france-aventures.com/fr/a-propos/contact) was set to static and worked perfectly. Today I decided to improve it by adding the possibility to send mails to different people depending on the dropdown ""Parc Concerné".

So i followed your tuto here http://www.chronoengine.com/faqs/52-cfv4/cfv4-emails/2603-how-can-i-send-an-email-to-different-addresses.html and tried the form with the debugger.

The debugger shows me that chronoform successfully delivered the package to Joomla but at the end I don't receive nothing...
Joomla's Mail are configured to use PHP Mail, the website's mail is contact@france-aventures.com

Here is my result with the debugger, Could you help me ?
Thanks !
Nicolas.

Data Array: 
Array
(
    [chronoform] => contact-fr
    [event] => submit
    [Itemid] => 157
    [option] => com_content
    [lang] => fr
    [view] => article
    [id] => 22
    [nom] => Nicolas G
    [email] => communication.skimania@gmail.com
    [recipients] => Autres
    [sujet] => votre page lyon
    [message] => TEST
azdazd
    [chrono_verification] => Dr7HS
    [input_submit_4] => Envoyer
    [ce86b02804453bf3cd140e2b61bd22ae] => 1
    [language] => fr-FR
    [email_to_use] => nicolas-goncalves@orange.fr

)
Validation Errors: 
Array
(
)
Debug Data
Core Captcha
Passed the core captcha check!
email
2
Result
An email has been SENT successfully from (Site France Aventures)commercial@france-aventures.com to digital@groupe-altiplano.com,nicolas-goncalves@orange.fr

Body
Nom :	Nicolas G
Email :	communication.skimania@gmail.com
Parc concerné :	Autres
Sujet :	votre page lyon
Message :	TEST
Entrez le code :	Dr7HS


Submitted by 80.14.82.92
Attachments
array ( )
Max_admin 17 Apr, 2015
Hi Nico,

It tells that the email has been sent, so it should be.

How do you have your php code written to manage the dropdown choices ?

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 17 Apr, 2015
Hi Nicolas,

I tested your from - replacing the emails in the array with some of my own and it works OK.

I did notice one odd thing that may cause a problem. There is an odd Unicode? character after .fr in this line
'Autres' => 'nicolas-goncalves@orange.fr
',
It isn't visible here but exists if you look at the code in a text editor. If you clean this up it may solve the problem.

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