Closed (fixed)
Project:
Webform
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2007 at 16:41 UTC
Updated:
14 Jun 2007 at 05:04 UTC
I have webform (1.61.2.22) running on a 4.7.5 version of drupal. The drupal installation is able to send emails - smtp module, buddylist, etc., all send with no problems.
However, webform won't. I know there is nothing wrong with the module - I have it running on other websites (which are on different servers) just fine. Can someone point in the right direction with regards to where to start to look to solve this problem, presumably either PHP or server-side?
I have to confess to not knowing that much about the inner workings of webform and thus don't really know where to begin.
Regards
Patrick
Comments
Comment #1
brunodboI was having the same problem: webform.module worked fine, but mails weren't arriving. It turned out to be my Postfix config that wasn't set up correctly.
For a guide to Postfix configuration (if this is what you use on your server), see http://www.postfix.org/BASIC_CONFIGURATION_README.html . I only needed to set two parameters (myorigin and myhostname) and mail worked, outgoing at least.
Comment #2
quicksketch