I wonder however if it is possible to have this the site's own websiteaddress.
I ask this because the dizinc.com domain apparently is misused for spamming (see
http://www.waisman.wisc.edu/COMPUTING/topspamdomains.html ) and therefor filtered by some providers.
If the part after the @ could be different than dizinc this issue could be resolved.
Today I had some e-mail/private message contact with pcwacht about the form module as I am having some problems with e-mail not ariving at some domains (e.g. tiscali.nl). After searching and digging the internet I found the following topic (
and some more) as osCommerce Nederland:
link:
http://forums.oscommerce.nl/index.php?s=24f628aa4d0f1336fdee5dacf9e72dc7&showtopic=6101&view=findpost&p=34972There they mention that the tiscali provider checks e-mail if they have an existing MX Record. This check is been based upon the 'RFC821' protocol. When you use the custom field (like: name) for the 'email from' part of the form submission the result will be something like:
As Tiscali and some other providers do a MX lookup for the part behind the
@ and do a lookup on the blacklist the e-mail will not arrive. If you would like to fix this, you need to dive into the sourcecode of the 'view.php' file of the form module or maybe take a look at pcwacht his version of the form module....