Results 1 to 4 of 4

Thread: Form E-mails Not Getting Through

  1. #1
    Pier2Design is offline Newbie
    Join Date
    Mar 2011
    Posts
    3

    Exclamation Form E-mails Not Getting Through

    This has become so serious it is threatening to end my business.

    I have a site that has a registration form. That form sends three copies: One to the referrer, one to me, and one to someone else.

    I get 100% of the registrations because I have a POP email account in the same domain. However the other two people do not get their copy. To complicate it, the one used to, then all of the sudden it stopped.

    The form used to inject one of my e-mail accounts as the sender. This seemed the most reasonable since it was a message originating from the same domain/server. However when I changed the FROM to be from the person actually filling out the form, more registrations got through, but not 100% by any means.

    I need 100% reliability. I cant have a POP account for every person because its a dynamic site/form and depending on the context it may copy to any of 50 people.

    What can I do? I'm on a managed reseller plan.

  2. #2
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    5,932

    Default

    There could be any number of reasons for this problem. At the end of the day it is a code problem though.

    I suspect setting the from header to something that is not your domain would be the first mistake. Various spam filters are going to block that. You might use the Reply-To header if you want it to appear that it comes from the user's address if that address is on a different domain.

    But it is impossible to say for sure without knowing exactly what you are doing. While we have a general idea, its not specific enough in your first post to what exactly it is you are trying to do.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

  3. #3
    Pier2Design is offline Newbie
    Join Date
    Mar 2011
    Posts
    3

    Default

    I changed it so the FROM is from an account with the domain, and I enabled DomainKeys. I've been playing with SPF too but it doesn't seem to make Gmail recipients happier.

    The form comes through a plugin (Formit) in MODx CMS. I assume the script uses php sendmail because there are no SMTP settings.

    Are there any more tools available for shared hosting to validate ourselves to the world?

  4. #4
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    5,932

    Default

    It probably uses the php mail() function, which is a more common approach for php scripts that have a mail function but no SMTP function. php mail should work fine.

    Do you get any bounce errors?
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

Similar Threads

  1. Form with errors
    By rlhanson in forum Programming Talk
    Replies: 0
    Last Post: 05-01-2009, 07:21 AM
  2. Form Processor - ereg
    By rlhanson in forum Programming Talk
    Replies: 9
    Last Post: 08-12-2008, 06:17 PM
  3. Form Mail Script
    By Websync in forum Web Design
    Replies: 0
    Last Post: 06-17-2008, 12:49 PM
  4. Form Processor issues
    By rlhanson in forum Programming Talk
    Replies: 21
    Last Post: 08-16-2007, 12:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14