I am trying to get chronoform to send email but nothing happens.
In the events i have - in this order:
Check Capthca
- on success
- on fail
-- Event loop
DB save
Email - email
Show Thanks Message
I have enabled send email
When filling out the form the data is saved to the db table
And adding the debug to the event it does say email sent successfully, but no email is ever received.
I am confused about setting up the static and the dynamic part of the email settings. Can they work together? Or does either dynamic OR static needs to be filled. Or can both be filled?
Will multiple forms with different names and different db tables, but containing fields w similar names confuse chronoform?
Does chronoform rely on the email setting in the Joomla! global config? - I have tried both sendmail and w phpmailer setting - same result.
Any ideas are appreciated.
In the events i have - in this order:
Check Capthca
- on success
- on fail
-- Event loop
DB save
Email - email
Show Thanks Message
I have enabled send email
When filling out the form the data is saved to the db table
And adding the debug to the event it does say email sent successfully, but no email is ever received.
I am confused about setting up the static and the dynamic part of the email settings. Can they work together? Or does either dynamic OR static needs to be filled. Or can both be filled?
Will multiple forms with different names and different db tables, but containing fields w similar names confuse chronoform?
Does chronoform rely on the email setting in the Joomla! global config? - I have tried both sendmail and w phpmailer setting - same result.
Any ideas are appreciated.