Viewing 1 replies (of 1 total)
  • You may add a variable and check it

    somethimng like

    public $vMailSent = 0;

    if ($this ->vMailSent == 0;){
    $this->sendEmail();
    $this ->vMailSent = 1;
    }

Viewing 1 replies (of 1 total)

The topic ‘NextGen Public Multiple – Too many messages’ is closed to new replies.