New customer flag

How does ASTPP know that a customer account was created and that it needs to send out the activation emails? Is there some flag or setting in the SQL database that I can reset to force ASTPP to re-create the email and send it out again?

Each activity logs notification log and whenever relevant cron runs, it will get the entries with ‘not sent’ flag

  1. What’s the name of that log? I can’t find it in astpp or /var/log. I even checked SQL. Can you point me in the right direction?

  2. Would changing the log entry, change the customer account status to just created and result in sending a new activation email? (That’s what I am trying to accomplish)