GioBonvi / GoogleContactsEventsNotifier

Receive automatic email notifications before your Google Contacts birthday and other events!
MIT License
219 stars 50 forks source link

Emails and phones are counted and limited while building the email. #110

Closed GioBonvi closed 6 years ago

GioBonvi commented 6 years ago

Previously the script attempted to enforce the maxEmailsCount setting by collecting only a limited number of addresses, but:

With this fix the script collects all the emails it finds and only excludes those exceeding the maximum number whe building the email notification.

I've also applied the same changes to telephone numbers although the only source they were collected from were Google Contacts, so there was not an actual bug.

Closes #109.