YAFLogo

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader Topic Starter YAF Version: YAF 3.1.16
11 years ago
When sending an email to All Users, an email is sent until one is rejected, then the email service starts to send emails from the lowest mailID. This continues to happen over and over again.

[list=1]

  • Good email
  • Good email
  • Good email
  • Good email
  • Good email
  • Bad email[/list]
  • After it attempts to send an email to item 6, it starts back over at item 1 and continues to repeat this.

    Sponsor
    Zero2Cool
    • Zero2Cool
    • 100% (Exalted)
    • YAF Leader Topic Starter YAF Version: YAF 3.1.16
    11 years ago
    I'm using the latest source build and tried sending out an email to "All Users". It seems that it keeps sending an email over and over and over again. I stopped the process after getting my 6th email.

    I think it sends an email off to each good email, but if it fails, it starts sending emails from the top of the list again.

    Zero2Cool
    • Zero2Cool
    • 100% (Exalted)
    • YAF Leader Topic Starter YAF Version: YAF 3.1.16
    11 years ago
    Tried it again today. The emailer sends an email until it comes to a bad email address, then it starts from the top again.

    Any idea why this is happening? Shouldn't the email be removed from yaf_Mail once it is sent so it is not sent again?

    JP
    • JP
    • 100% (Exalted)
    • YAF Leader
    11 years ago
    Dunno if this is related, but I get these errors for digest email in my error log...


    He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb]
    Zero2Cool
    • Zero2Cool
    • 100% (Exalted)
    • YAF Leader Topic Starter YAF Version: YAF 3.1.16
    11 years ago
    Tried sending mass email to all users again ... all it does keep sending it over and over to me until I clear out the yaf_Mail table. No errors to report.
    Jaben
    • Jaben
    • 100% (Exalted)
    • YAF Developer
    11 years ago

    Tried it again today. The emailer sends an email until it comes to a bad email address, then it starts from the top again.

    Any idea why this is happening? Shouldn't the email be removed from yaf_Mail once it is sent so it is not sent again?

    Originally Posted by: Zero2Cool 

    Of course, that's how its designed, yes. I'll take a look.

    Jaben
    • Jaben
    • 100% (Exalted)
    • YAF Developer
    11 years ago

    Dunno if this is related, but I get these errors for digest email in my error log...

    Originally Posted by: JP 

    yeah, this is something different. Which version are you running? I think this has been updated in the latest code because that Repository().ListTyped() doesn't use that Typed<> function anymore that is showing up in your call stack.

    Still, I'll be testing, anyway.

    JP
    • JP
    • 100% (Exalted)
    • YAF Leader
    11 years ago
    Can tell that the digest sending errors do not appear any more with the latest code I compiled (from May 4th ID-8a5621fffab1).

    My last compile was from the first half of April.


    He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb]