Tagged: CONTACT FORM
site : saditransportes.com.br
admin/email: (Email address hidden if logged out)
* All the settings is correct. Everything is working. Only contact form is not working.
How they could help me?
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hey!
Maybe you need to install a smtp plugin like: http://wordpress.org/plugins/easy-wp-smtp/
Regards,
Peter
Hey!
It appears mail() function is not working, try contacting your hosting provider.
I performed a simple mail test on your server:
mail(' (Email address hidden if logged out) ', 'test', 'test');
Didn’t work.
Regards,
Josue
I also am having this same issue – messages from the contact form are never delivered. Any advice?
http://www.atlasdie.com/contact/
Thanks
Hey @mgould!
Create a .php file in your server containing this:
mail(' (Email address hidden if logged out) ', 'test', 'test');
Put your email and run it (access it via browser: http://yoursite.com/mailtest.php).
That will test if the mail() function is working on your server.
Regards,
Josue