Announcement

Collapse
No announcement yet.

Scripts not sending emails

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Scripts not sending emails

    Hi, i recently tried using my IPB to send a bulk email to my members, but it failed, im using my websites default email address, i didnt think much of it as i thought it may just be IPB, but then the same thing happened with another script i used, and now im sure its not to do with the scripts.

    I have deleted a number of things on vodahost so i dont get confussed with what im using and what im not, but i doubt there is any way i could of deleted anything that would disrupt the emailing abilities...

    Anyone got any suggestions?

  • #2
    Re: Scripts not sending emails

    Please send all your email with SMTP auhtentication only or else it will fail.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: Scripts not sending emails

      Thanks, i've resolved the IPB error using smtp, but now i have to change things in the other script, and i dont have a clue what to do, could you tell me what i should put in for the following?

      INSERT INTO `phpbb_config` VALUES ('smtp_delivery', '0'); <-- 1 to turn on, 0 to turn off?
      INSERT INTO `phpbb_config` VALUES ('smtp_host', ''); <-- localhost?
      INSERT INTO `phpbb_config` VALUES ('smtp_username', ''); <-- Not needed for localhost?
      INSERT INTO `phpbb_config` VALUES ('smtp_password', ''); <-- Not needed for localhost?

      Thanks.

      Comment


      • #4
        Re: Scripts not sending emails

        Since I do not know the script you are using, the below are only best guesses on my part.

        1) "on" if that does not work try off
        2) mail.YourDomaim.com
        3) Your full email address
        4) your email password

        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

        ------------------------

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment


        • #5
          Re: Scripts not sending emails

          Hi, I was using the php mail() script which for some unknown reason simply stopped working. When I contacted the help desk I was told to use smtp authentication. I tried to but no success there either.

          The script is located here:
          http://www.iwalktours.com/PHPemail_script.txt

          Please help.

          Miki

          Comment


          • #6
            Re: Scripts not sending emails

            Scripts do not "simply stop working", either they never worked in the
            first place or a new variable has been introduced that has caused some
            type of conflict...Anything you can think of?

            VodaHost

            Your Website People!
            1-302-283-3777 North America / International
            02036089024 / United Kingdom
            291916438 / Australia

            ------------------------

            Top 3 Best Sellers

            Web Hosting - Unlimited disk space & bandwidth.

            Reseller Hosting - Start your own web hosting business.

            Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


            Comment


            • #7
              Re: Scripts not sending emails

              No, it's exactly as I said. They just stopped. (The previous scripts did NOT smtp authentication during the time they were working).

              Comment

              Working...
              X