Jump to content

Edit History

exosian

exosian

After changing this:

if (count($errors) && is_array($errors)) {

to

if (is_array($errors) && count($errors)) {

Not changed anything. I still get this error "Fout opgetreden tijdens het verzenden van uw bericht."
Which means: An error occurred while sending your message.

exosian

exosian

After changing this:

if (count($errors) && is_array($errors)) {

to

if (is_array($errors) && count($errors)) {

No errors shown, the mail is send but not received. So basically everything on the frontend goes well, but I don't get any mails.

×
×
  • Create New...