mattadlerpdx / rezcamper

0 stars 1 forks source link

MVP: Send Alerts #27

Open kiraoyd opened 1 year ago

kiraoyd commented 1 year ago

Once we have retrieved emails from a campsite in our file, some part of the system needs to issue alerts to those emails. We could mock this by simply ensuring that functionality touches every email and outputs it to the console. Or something simple that later functionality to actually send real emails could be hooked up to later.

kiraoyd commented 1 year ago

We are mocking sending alerts by displaying the emails that need alerts sent.