PHP guys -- mail function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nxventures
    Confirmed User
    • Mar 2003
    • 574

    #1

    PHP guys -- mail function

    Alright, on one of my mainstream sites, after a member joins an e-mail is sent to them, for confirmation purposes. I do this right through the joining script. The only problem is that this is added to the message:

    Message-Id: <[email protected]>
    Date: Sat, 21 Jun 2003 22:18:26 -0400
    X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
    X-AntiAbuse: Primary Hostname - gay.gay.com
    X-AntiAbuse: Original Domain - yahoo.com
    X-AntiAbuse: Originator/Caller UID/GID - [99 -1] / [99 -1]
    X-AntiAbuse: Sender Address Domain - gay.gay.com

    I don't like those, makes the message look like junk. Any way around that?
    SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
  • Damian_Maxcash
    So Fucking Banned
    • Oct 2002
    • 12745

    #2
    Id guess the only way to deal with that is a chat with your host.....

    Comment

    • nxventures
      Confirmed User
      • Mar 2003
      • 574

      #3
      I was thinking the same thing, but I like to work at much different hours than my host does :-), and didn't know if there was an easier way around it. I imagine it is there to prevent abuse the mail function... but it is just soo damn ugly.
      SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

      Comment

      • juicylinks
        So Fucking Banned
        • Apr 2001
        • 122992

        #4
        Originally posted by nxventures
        I was thinking the same thing, but I like to work at much different hours than my host does :-), and didn't know if there was an easier way around it. I imagine it is there to prevent abuse the mail function... but it is just soo damn ugly.
        hosts should be working 365/24/7 via support yo

        Comment

        • FuckMyWay
          Registered User
          • Jan 2003
          • 61

          #5
          go to php.net newsgroup, this is a bit of a wrong place for this kinds of posts
          http://affiliates.savehits.com/
          Sign on with this PPC and make money on your raw traffic
          Adult site: http://adult.savehits.com/

          Comment

          • nxventures
            Confirmed User
            • Mar 2003
            • 574

            #6
            You may think so, but a couple of these guys actually know their shit.

            Juicy, well put... I am sure there is "support" but I deal directly with the owner. Got sick of trying to explain the problem the the immigrant, then his immigrant supervisor, a secretary who had nothing to do with tech support, then right guy.
            SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

            Comment

            • modF
              Confirmed User
              • Aug 2002
              • 1888

              #7
              Are those headers on all of the mail messages you send through the server? Are the non default settings in your php.ini file for sendmail?

              I do things
              skype:themodF

              Comment

              • nxventures
                Confirmed User
                • Mar 2003
                • 574

                #8
                It is just when I send via PHP that I get those X- headers, regular mail goes through without them.
                SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

                Comment

                • TomWaits
                  Confirmed User
                  • Aug 2001
                  • 112

                  #9
                  It's your host that adds those, I got this problem when I started to send HTML emails.

                  Check out htmlMimeMail-2.5.1, that class should fix it.

                  TW.

                  Comment

                  Working...