
r2e
List of commands for r2e:
-
r2e:ai:38485 How to send email with r2e to several addresses$ r2e email send 'email_address_1@example.com,email_address_2@example.com' 'Subject' 'Body'try on your machineexplain this command
-
r2e:tldr:1e443 r2e: Create a new feed database that sends email to an email address.$ r2e new ${email_address}try on your machineexplain this command
-
r2e:tldr:6b47c r2e: Subscribe to a feed.$ r2e add ${feed_name} ${feed_URI}try on your machineexplain this command
-
r2e:tldr:9a2ef r2e: Send new stories to an email address.$ r2e runtry on your machineexplain this command
-
r2e:tldr:acc03 r2e: Delete a feed at a specified index.$ r2e delete ${index}try on your machineexplain this command