rss_to_mail
rss_to_mail copied to clipboard
Sends an email for every new entries on RSS feeds.
Miragify
Trying to send emails with startTLS (on port 587) does not work; rss_to_email crashes in the `Mail.send_mails` function with: ``` run: internal error, uncaught exception: End_of_file ```
A fresh run of the tool fails with: ``` run: internal error, uncaught exception: (Sys_error "feed_datas.sexp: No such file or directory") ``` As a workaround, doing `touch feed_datas.sexp` solves the...