contact us form not working

how do I get the contacts us form to work?

Thank you

Quote · 26 May 2009

What exactly is your problem ?

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 26 May 2009

if you fill out the form and click on send nothing is happen no mail is send

thank

Quote · 27 May 2009

check your inc/header.inc.php

it should be :

$site['email']                  = "<username>@<yoursite.com>";
$site['email_notify']        = "<username>@<yoursite.com>";
$site['bugReportMail']     = "<username>@<yoursite.com>";

The email account domain must be yoursite.

Live Support http://dolphinbugfixing.com
Quote · 27 May 2009

I have checked but it seams that the submit button is even not working

what can I do?

Quote · 27 May 2009

Have you tried different browsers?


That could possibly be the problem.

.

Quote · 28 May 2009

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
Quote · 28 May 2009

check your inc/header.inc.php

it should be :

$site['email']                  = "<username>@<yoursite.com>";
$site['email_notify']        = "<username>@<yoursite.com>";
$site['bugReportMail']     = "<username>@<yoursite.com>";

The email account domain must be yoursite.


gochum,

As dolphinbugfixing said, open the inc/header.inc.php file to the lines above and CHANGE the

highlighted parts to YOUR email address.

Then save the file back to the server and recheck.

.

Quote · 28 May 2009

I am having the same problem, but it's still not working.  Any ideas?

Quote · 31 May 2009

check your inc/header.inc.php

it should be :

$site['email']                  = "<username>@<yoursite.com>";
$site['email_notify']        = "<username>@<yoursite.com>";
$site['bugReportMail']     = "<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.

Quote · 31 May 2009

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.
SMTP = emailserver.name
smtp_port = 25

; For Win32 only.
sendmail_from = email_adresss

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
sendmail_path =

Quote · 31 May 2009

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?

Quote · 2 Jun 2009

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.

It's a really, really good idea to use an email address from your own domain.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 2 Jun 2009

 I am on D7.9 now.  
My "contact us" form is working ok, but when I click on Submit, I got a Page not found.
Went to inc/header.inc.php (as it says in this post of 2009)  and I couldn't find these lines.  $site['email']


Need help to make contact us to work and for Premium Members only.
Any help to be very appreciated.


 

check your inc/header.inc.php

 

it should be :

 

$site['email']                  = "<username>@<yoursite.com>";
$site['email_notify']        = "<username>@<yoursite.com>";
$site['bugReportMail']     = "<username>@<yoursite.com>";

 

 

The email account domain must be yoursite.

 

 

 

 

 

 

Quote · 5 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.