## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-06-07|2021-06-07]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-09|2021-06-09]]
- [[Python]] [3 ways to send email with python](https://www.courier.com/blog/three-ways-to-send-emails-using-python-with-code-tutorials)
- [[Python]] [FTP file transfer](https://medium.com/geekculture/build-your-own-file-transfer-app-using-python-within-5-minutes-56adffc7906b)