rss_to_mail icon indicating copy to clipboard operation
rss_to_mail copied to clipboard

Sends an email for every new entries on RSS feeds.

Results 3 rss_to_mail issues
Sort by recently updated
recently updated
newest added

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...