phpList Not Emailing?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nitron
    Member
    • Apr 2004
    • 37

    #1

    phpList Not Emailing?

    I recently setup phpList (installed via cPanel) and everything seems to be working except the little fact that it doesn't email... As in it won't send out a confirmation email upon a user signing up, or mass mailing users on the list, or any form of emailing, it won't do it and it doesn't leave any traces as to why...

    Any suggestions/tips?
    Z Force Network
  • Jonathan
    Senior Member
    • Mar 2004
    • 1229

    #2
    very possiblity its a corrupt cPanel install....

    Personally I always try to manually
    install stuff and avoid using cPanel's auto installer...
    I advise my customers to do same even if its a pain for them

    Anyways ~ try a manual install


    <EDIT>PS, I've never in my life used a mailing list,
    and to my knowledge none of my customers use any
    so I cannot help you anymore than just that...</EDIT>
    "How can someone be so distracted yet so focused?"
    - C

    Comment

    • Buddha
      Senior Member
      • Mar 2004
      • 825

      #3
      Have you check your error log? Might tell us a little more.
      "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

      Comment

      • Nitron
        Member
        • Apr 2004
        • 37

        #4
        I think the problem is here:

        What should I put for this:
        Code:
        # when the protocol is pop, specify these three
        $bounce_mailbox_host = 'localhost';
        $bounce_mailbox_user = 'popuser';
        $bounce_mailbox_password = 'password';
        Z Force Network

        Comment

        • Nitron
          Member
          • Apr 2004
          • 37

          #5
          Also, it says my pageroot is wrong.

          relative to the root directory of your webserver

          It doesn't take /public_html/folderhere/lists/
          Z Force Network

          Comment

          • Nitron
            Member
            • Apr 2004
            • 37

            #6
            ttt
            Z Force Network

            Comment

            • Klaassh
              Member
              • Mar 2004
              • 62

              #7
              Originally posted by Nitron
              Also, it says my pageroot is wrong.

              relative to the root directory of your webserver

              It doesn't take /public_html/folderhere/lists/
              try
              /home/user_name/public_html/folderhere/lists/
              A good friend will bail you out of jail
              But your best friend will be sitting next to you,
              saying "That was awesome!"

              Comment

              • Nitron
                Member
                • Apr 2004
                • 37

                #8
                Hmm, it still claims it's wrong after changing it to that.
                Z Force Network

                Comment

                • Jonathan
                  Senior Member
                  • Mar 2004
                  • 1229

                  #9
                  or even just /folderhere/lists/
                  "How can someone be so distracted yet so focused?"
                  - C

                  Comment

                  • Frank Hagan
                    Senior Member
                    • Mar 2004
                    • 724

                    #10
                    Originally posted by Nitron
                    Hmm, it still claims it's wrong after changing it to that.
                    Hmmmm ....

                    /home/YOURUSERNAME/public_html/folderhere/lists/

                    should work. You are inserting your CPanel username in there for "YOURUSERNAME" aren't you?

                    Comment

                    • Nitron
                      Member
                      • Apr 2004
                      • 37

                      #11
                      Originally posted by Frank Hagan
                      Hmmmm ....

                      /home/YOURUSERNAME/public_html/folderhere/lists/

                      should work. You are inserting your CPanel username in there for "YOURUSERNAME" aren't you?
                      yup
                      Z Force Network

                      Comment

                      • Nitron
                        Member
                        • Apr 2004
                        • 37

                        #12
                        I dunno if this will help but this is what it says on the default config file:

                        Code:
                        # if you change the path to the PHPlist system, make the change here as well
                        # path should be relative to the root directory of your webserver (document root)
                        $pageroot = '/lists';
                        $adminpages = $pageroot . '/admin';
                        The script itself is functional, despite this error (with the exception of the little fact it won't yet email, but i'll debug after I solve this).
                        Z Force Network

                        Comment

                        • Nitron
                          Member
                          • Apr 2004
                          • 37

                          #13
                          I fixed the email error but I still be the pageroot error.
                          Z Force Network

                          Comment

                          • halyfax
                            Senior Member
                            • Mar 2004
                            • 124

                            #14
                            have you looked or posted at phplist's own support forum>?

                            Comment

                            • Nitron
                              Member
                              • Apr 2004
                              • 37

                              #15
                              Originally posted by halyfax
                              have you looked or posted at phplist's own support forum>?
                              Yes, they just say to make sure the directory is specified correctly.
                              Z Force Network

                              Comment

                              Working...