Email not working

Currently I am running multiple forms on my Intranet, with email being sent out to different users, based on the form. However, it stopped working, and I have tried deactivating plugins one at a time to see if I am having any issue, but that does not seem to be the issue. I have followed all of the instructions http://formidablepro.com/knowledgebase/why-arent-i-getting-any-emails/ but none of that has seem to helped.

The strange part is that it only occurs for the top section in the email tab, but the auto responder still sends out.  I have tested forgotten password notifications, buddypress notifications, etc, and receive all of them. The only thing that I have done, with formidable, is use http://formidablepro.com/help-desk/sending-email-dropdown-liste/ on a different form. Could this filter cause any interference with other forms?

 

 

Can you please attach a screenshot of your email settings tab for this form?

Sorry, Attached are my screen shots.


Attachments:
Screen Shot 2012-10-08 at 2.30.53 PMScreen Shot 2012-10-08 at 2.32.07 PM

What has changed since the email was coming through? Have you checked the spam box for willman? Have you tried sending to another email address?

The only thing that has changed since the emails coming through is the addition of the email add_filter for another form, and the typical updates to wordpress, buddypress, plugins, etc.

This is the first form that I have created since adding the filter. I also added http://formidablepro.com/knowledgebase/frm_field_type/ but this filter should have no impact on email.

I have tried sending it to my gmail account but I don't receive it then either. I am still receiving all other emails that Wordpress generates, and the auto responder email so I am stumped at what the cause could be.

What email add_filter? Have you tried removing your code?

The add_filter that I am using one that you had provided to someone else in another post. Attached is a screen shot of it. And I have not been able to test without this filter, because it is part of time off reporting system, and had not really wanted it to be down.


Attachment:
Screen Shot 2012-10-08 at 3.47.32 PM

This line:
if($form_id != 5) return;

should be changed to:
if($form_id != 5) return $emails;

That was it.  It works perfectly now! Thank you Stephanie for figuring this out so quickly.

Topic closed.