Remind me of something.
Go to file
finga 7ad6f610d1 Use once_cell to keep the configuration
In order to keep the configuration globally available use
`once_cell`. Also check for a valid email address in the part which is
receiving the data from the api.
2023-02-06 10:00:45 +01:00
.cargo Reschedule the reminders when adding a new one 2023-02-02 09:36:30 +01:00
migrations Basic minimal prototype 2023-01-24 00:38:50 +01:00
src Use once_cell to keep the configuration 2023-02-06 10:00:45 +01:00
.gitignore Basic minimal prototype 2023-01-24 00:38:50 +01:00
Cargo.lock Use once_cell to keep the configuration 2023-02-06 10:00:45 +01:00
Cargo.toml Use once_cell to keep the configuration 2023-02-06 10:00:45 +01:00
config.toml Use once_cell to keep the configuration 2023-02-06 10:00:45 +01:00
diesel.toml Basic minimal prototype 2023-01-24 00:38:50 +01:00
README.md Rename the project to remindrs 2023-02-06 10:00:45 +01:00

remindrs

Send an email at a given time containing a certain title and message.