I install Piwigo in my site. All working perfectly except contact form.
The form does not send messages, except if I'm an administrator.
I use in administrator account a mail x10host.com, but sent form to gmail account.
Guest users send form but I do not receive them.
Message post send report "Form successfully submitted"
I install other contact form system but I do not receive.
Message post send report "Form successfully submitted"
This is the file configuration:
// configure
$from = '<userx@edgarfotosport.x10host.com>';
$sendTo = '<receipt@gmail.com>';
$subject = 'New message from contact form';
But I still receive nothing in my account.
what is the problem? I do not understand where the problem is.
The form does not send messages, except if I'm an administrator.
I use in administrator account a mail x10host.com, but sent form to gmail account.
Guest users send form but I do not receive them.
Message post send report "Form successfully submitted"
I install other contact form system but I do not receive.
Message post send report "Form successfully submitted"
This is the file configuration:
// configure
$from = '<userx@edgarfotosport.x10host.com>';
$sendTo = '<receipt@gmail.com>';
$subject = 'New message from contact form';
But I still receive nothing in my account.
what is the problem? I do not understand where the problem is.