how do I get the contacts us form to work?
Thank you
how do I get the contacts us form to work? Thank you |
What exactly is your problem ? Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
if you fill out the form and click on send nothing is happen no mail is send thank |
check your inc/header.inc.php it should be : $site['email'] = "<username>@<yoursite.com>"; The email account domain must be yoursite. Live Support http://dolphinbugfixing.com |
I have checked but it seams that the submit button is even not working what can I do? |
Have you tried different browsers?
. |
I have checked but it seams that the submit button is even not working what can I do? The field input for Your email: has javascript function EmailCheck, so if the email is not provided or it is invalid the submit button is not clickable. Live Support http://dolphinbugfixing.com |
check your inc/header.inc.php it should be : $site['email'] = "<username>@<yoursite.com>"; The email account domain must be yoursite.
highlighted parts to YOUR email address. |
I am having the same problem, but it's still not working. Any ideas? |
check your inc/header.inc.php it should be : $site['email'] = "<username>@<yoursite.com>"; The email account domain must be yoursite. I created email info@boonex.in at cpanel of my site www.boonex.in I changed all three emails as info@boonex.in but still its not working. Please help to fix it. I installed 6-7 Sites and Contact Us is not working on any of my site. |
this is a posiable fix
go and enable in php extensions ( php_smtp )
now in php.ini find: ( change to your settings )
[mail function] ; For Win32 only. ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). |
I just made a yahoo address and want to use that for my site. Do you think that would work or do I need to create an email address using my domain? |
I just made a yahoo address and want to use that for my site. Do you think that would work or do I need to create an email address using my domain? Keep in mind, that a common spam fiter used by major email providers, will automatically reject email as spam if the 'From' email address belongs to a different domain than the one from which the email was sent. They use this filter becaues it is the way most spam is formatted and sent. This makes the email just vanish without a trace.... no bounces, and it doesn't even reach the intended recipients spam folder, so even whitelisting won't help. This creates a big problem for systems that are set up to require a response to a confirmation email to activate accounts. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I am on D7.9 now.
check your inc/header.inc.php
it should be :
$site['email'] = "<username>@<yoursite.com>";
The email account domain must be yoursite.
|