Contact form doesn't work with URL rewriting

Permalink
hi
i'm using concrete 5 with the URL rewriting mode and the internationalization plugin also.

my contact form doesn't work. There is no cofirm message once completed, and I receive no email...

everything has been set up, I checked.

thanks for your help

 
jmonroe replied on at Permalink Reply
jmonroe
Did you make sure the server you are hosting the site is indeed setup to be able to send out emails? Have you checked to see if there are entries in the database with the submitted form information?
parpaingcrew replied on at Permalink Reply
thanks for your reply.
yeah, php email is actived, and my hosting is compatible with that...

in the dashbord, I can see messages in the form entry.
jmonroe replied on at Permalink Reply
jmonroe
So that tells me that the data is being written to the database but the email function is not working. I would look further into phpmail or use an external smtp server if it will allow you to and try again.