This question may be related to a resolved thread.
K guys, i ran through the thread above and followed all of the steps. Still no fix.
A little background:
The email for my website (http://www.ocdwellings.com - site is live) is set up through google apps. Much like the related thread
I am running EE 1.6.8.
Captcha for contact forms is set to yes.
System is on.
Here is my issue. The contact forms are working (i have them in a few different pages of the site). I have tested them on my personal email which is a gmail account and I receive them just fine. However, when I try to set the recipients to something hosted at the ocdwellings domain “admin(at)ocdwellings.com” the emails are not going through.
I would assume that this is what the replyto=“y” parameter is for right? I have added that to my code, but it still doesn’t seem to fix it. Here is the code I am using to power the forms:
{exp:email:contact_form redirect="2" charset="utf-8" recipients="[email protected],[email protected]" name="OCDwellings Market Report" return="http://www.ocdwellings.com/index.php|Home Page"}
<div class="grid_7 alpha omega gray_top">
<div class="field grid_7 alpha omega">
<label for="name" class="grid_2 alpha"><strong>Name</strong></label>
<input type="text" id="name" class="input grid_3" name="name" maxlength="35" />
</div>
<div class="field grid_7 alpha omega">
<label for="email" class="grid_2 alpha"><strong>Email</strong></label>
<input type="text" id="email" class="input grid_3" name="from" maxlength="60"/>
</div>
<div class="field grid_7 alpha omega hidden">
<label for="subject" class="grid_2 alpha">Subject</label>
<input type="text" id="city" class="input grid_3" name="subject" maxlength="60" value="OCDwellings Market Report Sign Up"/>
</div>
<div class="field grid_7 alpha omega">
<label for="message" class="grid_2 alpha">What Cities Are you Interested in?</label>
<input type="text" id="city" class="input grid_3" name="message" maxlength="60"/>
</div>
<div class="field grid_7 alpha omega" id="captcha">
<label for="captcha" class="grid_2 alpha">Spam</label>
<input class="input grid_2" type="captcha" name="captcha" value="" size=""/>
{captcha}
Write what's in the box above
</div>
</div>
<div class="field grid_7 alpha omega">
<label for="submit" class="grid_2 alpha">Submit</label>
<input type="submit" name="submit" value="Submit" class="submit"/>
</div>
</div>
{/exp:email:contact_form}
Anyone else experienced this with email hosted through google apps?